StockQuery class

Inheritance

Constructors

StockQuery({int? page, int? amount, String? storeId, String? productId, StockType? type, StockStatus? stockType, StockOrderStatus? stockStatus})

Properties

amount int?
The amount of items to be fetched in the query.
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
page int?
The page number for the query.
getter/setter pairinherited
productId String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status Status?
getter/setter pairinherited
stockStatus StockOrderStatus?
getter/setter pair
stockType StockStatus?
getter/setter pair
storeId String?
getter/setter pair
type StockType?
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