ProductData class
Details of the products in an e-commerce transaction.
Constructors
- ProductData()
- ProductData.fromJson(Map _json)
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- itemRevenue ↔ double
-
The total revenue from purchased product items.
read / write
- productName ↔ String
-
The product name, supplied by the e-commerce tracking application, for the
purchased items.
read / write
- productQuantity ↔ String
-
Total number of this product units in the transaction.
read / write
- productSku ↔ String
-
Unique code that represents the product.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited