CampaignQuery constructor
CampaignQuery({
- int? page,
- int? amount,
- String? storeId,
- CampaignType? type,
- CampaignSort? sort,
Implementation
CampaignQuery({
super.page,
super.amount,
this.storeId,
this.type,
this.sort,
});