PurchaseData class
Describe PurchaseData object.
Constructors
- PurchaseData(String productId, ProductType productType, String productTitle, double price, String priceCurrency, int purchaseDate, String purchaseId)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- price ↔ double
-
getter/setter pair
- priceCurrency ↔ String
-
getter/setter pair
- productId ↔ String
-
getter/setter pair
- productTitle ↔ String
-
getter/setter pair
- productType ↔ ProductType
-
getter/setter pair
- purchaseDate ↔ int
-
getter/setter pair
- purchaseId ↔ String
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJSON(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited