ReportQuery constructor
ReportQuery({
- int? page,
- int? amount,
- String? storeId,
- ReportType? type,
- DateType? dateType,
- CurrencyType? currencyType,
- bool? withPrices,
- bool? isTest,
- String? startDate,
- String? endDate,
Implementation
ReportQuery({
super.page,
super.amount,
this.storeId,
this.type,
this.dateType,
this.currencyType,
this.withPrices,
this.isTest,
this.startDate,
this.endDate,
});