Segments constructor

Segments({
  1. String? brand,
  2. String? categoryL1,
  3. String? categoryL2,
  4. String? categoryL3,
  5. String? categoryL4,
  6. String? categoryL5,
  7. String? currencyCode,
  8. String? customLabel0,
  9. String? customLabel1,
  10. String? customLabel2,
  11. String? customLabel3,
  12. String? customLabel4,
  13. String? customerCountryCode,
  14. Date? date,
  15. String? offerId,
  16. String? productTypeL1,
  17. String? productTypeL2,
  18. String? productTypeL3,
  19. String? productTypeL4,
  20. String? productTypeL5,
  21. String? program,
  22. String? title,
  23. Date? week,
})

Implementation

Segments({
  this.brand,
  this.categoryL1,
  this.categoryL2,
  this.categoryL3,
  this.categoryL4,
  this.categoryL5,
  this.currencyCode,
  this.customLabel0,
  this.customLabel1,
  this.customLabel2,
  this.customLabel3,
  this.customLabel4,
  this.customerCountryCode,
  this.date,
  this.offerId,
  this.productTypeL1,
  this.productTypeL2,
  this.productTypeL3,
  this.productTypeL4,
  this.productTypeL5,
  this.program,
  this.title,
  this.week,
});