Segments constructor
Segments({
- String? brand,
- String? categoryL1,
- String? categoryL2,
- String? categoryL3,
- String? categoryL4,
- String? categoryL5,
- String? currencyCode,
- String? customLabel0,
- String? customLabel1,
- String? customLabel2,
- String? customLabel3,
- String? customLabel4,
- String? customerCountryCode,
- Date? date,
- String? offerId,
- String? productTypeL1,
- String? productTypeL2,
- String? productTypeL3,
- String? productTypeL4,
- String? productTypeL5,
- String? program,
- String? title,
- 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,
});