StoreConsumablePurchaseProduct class

Define billing items that are PurchaseProductType.consumable.

PurchaseProductType.consumableな課金アイテムを定義します。

Inheritance
Mixed in types

Constructors

StoreConsumablePurchaseProduct({required PurchaseProduct product, required String? onRetrieveUserId(), ModelAdapter? adapter})
Define billing items that are PurchaseProductType.consumable.

Properties

adapter → ModelAdapter?
Adapters for models.
final
amount double?
The amount of wallet money (gems) you add when you purchase a charged item.
finalinherited
description String
Description of the charged items (tentative).
finalinherited
expiredPeriod Duration?
Period of validity.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
hasListeners bool
Whether any listeners are currently registered.
no setterinherited
icon Widget?
Icons of charged items.
finalinherited
onRetrieveUserId String? Function()
Callback to obtain user ID.
final
price double
Price of items charged (tentative).
finalinherited
priceText String
Text with the currency mark of the item charged.
no setterinherited
productId String
Product ID.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
Tentative title of the charged item.
finalinherited
type PurchaseProductType
Type of item charged.
finalinherited
userId String
User ID.
no setter
value PurchaseProductValue?
After executing load, if the load is successful, the actual data can be obtained from here.
no setteroverride

Methods

addListener(VoidCallback listener) → void
Register a closure to be called when the object changes.
inherited
dispose() → void
Discards any resources used by the object. After this is called, the object is not in a usable state and should be discarded (calls to addListener will throw after the object is disposed).
inherited
load() Future<void>
Load real data from the database.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifyListeners() → void
Call all the registered listeners.
inherited
removeListener(VoidCallback listener) → void
Remove a previously registered closure from the list of closures that are notified when the object changes.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited