EventItem class
Constructors
- EventItem({String? affiliation, String? currency, String? coupon, String? creativeName, String? creativeSlot, num? discount, int? index, String? itemBrand, String? itemCategory, String? itemCategory2, String? itemCategory3, String? itemCategory4, String? itemCategory5, String? itemId, String? itemListId, String? itemListName, String? itemName, String? itemVariant, String? locationId, num? price, String? promotionId, String? promotionName, int? quantity})
-
EventItem.fromMap(Map<
String, dynamic> map) -
factory
Properties
- affiliation → String?
-
final
- coupon → String?
-
final
- creativeName → String?
-
final
- creativeSlot → String?
-
final
- currency → String?
-
final
- discount → num?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int?
-
final
- itemBrand → String?
-
final
- itemCategory → String?
-
final
- itemCategory2 → String?
-
final
- itemCategory3 → String?
-
final
- itemCategory4 → String?
-
final
- itemCategory5 → String?
-
final
- itemId → String?
-
final
- itemListId → String?
-
final
- itemListName → String?
-
final
- itemName → String?
-
final
- itemVariant → String?
-
final
- locationId → String?
-
final
- price → num?
-
final
- promotionId → String?
-
final
- promotionName → String?
-
final
- quantity → int?
-
final
- 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
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited