ProductQuery class Null safety

Constructors

ProductQuery()

Properties

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

Methods

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

Operators

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

Static Properties

fields List
read-only

Static Methods

getCountry() → dynamic
Returns the global country for API queries?
getLanguage() → dynamic
Returns the global language for API queries.
getLocaleString() String
Returns the global locale string (e.g. 'pt_BR')
getUser() → dynamic
setCountry(String? isoCode) → void
Sets the global country for API queries.
setLanguage(String languageCode) → void
Sets the global language for API queries.
setQueryType(dynamic userPreferences) → void
Sets the query type according to the current UserPreferences
setUuid(dynamic localDatabase) Future<void>
Sets the uuid id as "final variable", for instance for API queries. [...]