ProductQuery class

Inheritance

Constructors

ProductQuery({int? page, int? amount, String? storeId, bool? grouped, String? search, ProductSort? sort, String? category, String? brand, List<String>? tags, List<String>? features})

Properties

amount int?
The amount of items to be fetched in the query.
getter/setter pairinherited
brand String?
getter/setter pair
category String?
getter/setter pair
features List<String>?
getter/setter pair
grouped bool?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
page int?
The page number for the query.
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
getter/setter pair
sort ProductSort?
getter/setter pair
status Status?
getter/setter pairinherited
storeId String?
getter/setter pair
tags List<String>?
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