CampaignBody constructor
CampaignBody({
- String? title,
- int? highlightRate,
- String? slug,
- String? link,
- String? description,
- String? discountStartDate,
- String? discountEndDate,
- int? limit,
- bool? showOnMain,
- String? type,
- String? priceType,
- int? productCount,
- int? freeProductCount,
- String? photoId,
- List<
String> ? products, - List<
String> ? brands, - List<
String> ? categories, - List<
String> ? tags, - String? storeId,
Implementation
CampaignBody({
this.title,
this.highlightRate,
this.slug,
this.link,
this.description,
this.discountStartDate,
this.discountEndDate,
this.limit,
this.showOnMain,
this.type,
this.priceType,
this.productCount,
this.freeProductCount,
this.photoId,
this.products,
this.brands,
this.categories,
this.tags,
this.storeId,
});