ReportQuery class

Inheritance

Constructors

ReportQuery({int? page, int? amount, String? storeId, ReportType? type, DateType? dateType, CurrencyType? currencyType, bool? withPrices, bool? isTest, String? startDate, String? endDate})

Properties

amount int?
The amount of items to be fetched in the query.
getter/setter pairinherited
currencyType CurrencyType?
getter/setter pair
dateType DateType?
getter/setter pair
endDate String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isTest bool?
getter/setter pair
page int?
The page number for the query.
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startDate String?
getter/setter pair
status Status?
getter/setter pairinherited
storeId String?
getter/setter pair
type ReportType?
getter/setter pair
withPrices bool?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Converts the QueryModel to a JSON object.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited