ProductQueryConfiguration class

Query Configuration for single barcode

Inheritance

Constructors

ProductQueryConfiguration(String barcode, {required ProductQueryVersion version, OpenFoodFactsLanguage? language, List<OpenFoodFactsLanguage>? languages, OpenFoodFactsCountry? country, List<ProductField>? fields})
See AbstractQueryConfiguration.languages for parameter's description.

Properties

additionalParameters List<Parameter>
getter/setter pairinherited
barcode String
The barcode from the desired product
final
country OpenFoodFactsCountry?
The country for this query, if any.
finalinherited
fields List<ProductField>?
Defines which ProductFields are retrieved.
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
language OpenFoodFactsLanguage?
Use to set the desired product language. Cannot be used together with the languages field. See also the comment to the languages field.
getter/setter pairinherited
languages List<OpenFoodFactsLanguage>?
The languages field should be used when a product is requested with fields in multiple languages. I.e.:
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version ProductQueryVersion
The API version
final

Methods

computeCountryCode() String?
inherited
getParametersMap() Map<String, String>
Returns the corresponding API URI parameter map
inherited
getResponse(User? user, UriProductHelper uriHelper) Future
Performs the query, do not use directly please use dedicates methods in OpenFoodAPIClient
override
getUriPath() String
override
matchesV3() bool
If the provided ProductQueryVersion matches the API V3 requirements
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