GetLocationsParameters class

Parameters for the "get locations" API query.

cf. https://prices.openfoodfacts.org/api/docs

Inheritance

Constructors

GetLocationsParameters()

Properties

hashCode int
The hash code for this object.
no setterinherited
orderBy List<OrderBy<GetLocationsOrderField>>?
getter/setter pair
osmCityLike String?
getter/setter pair
osmCountryLike String?
getter/setter pair
osmNameLike String?
getter/setter pair
osmPostcodeLike String?
getter/setter pair
pageNumber int?
getter/setter pairinherited
pageSize int?
getter/setter pairinherited
priceCount int?
getter/setter pair
priceCountGte int?
getter/setter pair
priceCountLte int?
getter/setter pair
result Map<String, String>
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addNonNullBool(bool? value, String tag) → void
inherited
addNonNullDate(DateTime? value, String tag, {required bool dayOnly}) → void
inherited
addNonNullInt(int? value, String tag) → void
inherited
addNonNullString(String? value, String tag) → void
inherited
getQueryParameters() Map<String, String>
Returns the parameters as a query parameter map.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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