ProductQueryConfiguration class
Query Configuration for single barcode
- Inheritance
-
- Object
- AbstractQueryConfiguration
- ProductQueryConfiguration
Constructors
-
ProductQueryConfiguration(String barcode, {ProductQueryVersion version = ProductQueryVersion.v0, OpenFoodFactsLanguage? language, List<
OpenFoodFactsLanguage> languages = const [], OpenFoodFactsCountry? country, List<ProductField> ? fields}) - See AbstractQueryConfiguration.languages for parameter's description.
Properties
-
additionalParameters
↔ List<
Parameter> -
getter/setter pairinherited
- barcode → String
-
final
- country → OpenFoodFactsCountry?
-
The country for this query, if any.
finalinherited
-
fields
↔ List<
ProductField> ? -
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
-
final
Methods
-
computeCountryCode(
) → String? -
inherited
-
getParametersMap(
) → Map< String, String> -
Returns the corresponding API URI parameter map
inherited
-
getResponse(
User? user, QueryType? queryType) → Future< Response> -
override
-
getUriPath(
) → String -
override
-
matchesV3(
) → bool -
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