ClickstreamItem constructor

ClickstreamItem({
  1. String? id,
  2. String? name,
  3. String? locationId,
  4. String? brand,
  5. String? currency,
  6. num? price,
  7. int? quantity,
  8. String? creativeName,
  9. String? creativeSlot,
  10. String? category,
  11. String? category2,
  12. String? category3,
  13. String? category4,
  14. String? category5,
  15. Map<String, Object?>? attributes,
})

Implementation

ClickstreamItem({
  this.id,
  this.name,
  this.locationId,
  this.brand,
  this.currency,
  this.price,
  this.quantity,
  this.creativeName,
  this.creativeSlot,
  this.category,
  this.category2,
  this.category3,
  this.category4,
  this.category5,
  this.attributes,
});