AnalyticsEventItem constructor
AnalyticsEventItem({
- 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,
- Map<
String, Object?> ? parameters,
Implementation
AnalyticsEventItem({
this.affiliation,
this.currency,
this.coupon,
this.creativeName,
this.creativeSlot,
this.discount,
this.index,
this.itemBrand,
this.itemCategory,
this.itemCategory2,
this.itemCategory3,
this.itemCategory4,
this.itemCategory5,
this.itemId,
this.itemListId,
this.itemListName,
this.itemName,
this.itemVariant,
this.locationId,
this.price,
this.promotionId,
this.promotionName,
this.quantity,
this.parameters,
});