AnalyticsEventItem constructor

AnalyticsEventItem({
  1. String? affiliation,
  2. String? currency,
  3. String? coupon,
  4. String? creativeName,
  5. String? creativeSlot,
  6. num? discount,
  7. int? index,
  8. String? itemBrand,
  9. String? itemCategory,
  10. String? itemCategory2,
  11. String? itemCategory3,
  12. String? itemCategory4,
  13. String? itemCategory5,
  14. String? itemId,
  15. String? itemListId,
  16. String? itemListName,
  17. String? itemName,
  18. String? itemVariant,
  19. String? locationId,
  20. num? price,
  21. String? promotionId,
  22. String? promotionName,
  23. int? quantity,
  24. 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,
});