EcommerceData class
E-commerce details associated with the user activity.
Constructors
-
EcommerceData({String? actionType, String? ecommerceType, List<
ProductData> ? products, TransactionData? transaction}) - EcommerceData.fromJson(Map json_)
Properties
- actionType ↔ String?
-
Action associated with this e-commerce action.
Possible string values are:
getter/setter pair
- ecommerceType ↔ String?
-
The type of this e-commerce activity.
Possible string values are:
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
products
↔ List<
ProductData> ? -
Details of the products in this transaction.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- transaction ↔ TransactionData?
-
Transaction details of this e-commerce action.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited