PagedProductQuery class Null safety

Paged product query (with pageSize and pageNumber).

Constructors

PagedProductQuery()

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
pageNumber int
read-only
pageSize int
final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

getParameter() → dynamic
getSearchResult() Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toNextPage() → void
toString() String
A string representation of this object. [...]
inherited
toTopPage() → void

Operators

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