GetPricesParameters class

Parameters for the "get prices" API query.

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

Inheritance

Constructors

GetPricesParameters()

Properties

categoryTag String?
getter/setter pair
createdGte DateTime?
getter/setter pair
currency Currency?
getter/setter pair
date DateTime?
getter/setter pair
dateGt DateTime?
getter/setter pair
dateGte DateTime?
getter/setter pair
dateLt DateTime?
getter/setter pair
dateLte DateTime?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
labelsTagsLike String?
getter/setter pair
locationId int?
getter/setter pair
locationOSMId int?
getter/setter pair
locationOSMType LocationOSMType?
getter/setter pair
orderBy List<OrderBy<GetPricesOrderField>>?
getter/setter pair
originsTagsLike String?
getter/setter pair
owner String?
getter/setter pair
pageNumber int?
getter/setter pairinherited
pageSize int?
getter/setter pairinherited
productCode String?
getter/setter pair
productId int?
getter/setter pair
productIdIsNull bool?
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