TaxonomyIngredientField enum

Fields of an TaxonomyIngredient

Inheritance
Implemented types

Constructors

TaxonomyIngredientField({required String offTag})
const

Values

ALL → const TaxonomyIngredientField
TaxonomyIngredientField(offTag: 'all')
ADDITIVES_CLASSES → const TaxonomyIngredientField
TaxonomyIngredientField(offTag: 'additives_classes')
ALLERGENS → const TaxonomyIngredientField
TaxonomyIngredientField(offTag: 'allergens')
BRIOCHE → const TaxonomyIngredientField
TaxonomyIngredientField(offTag: 'brioche')
CARBON_FOOTPRINT_FR_FOODGES_INGREDIENT → const TaxonomyIngredientField
TaxonomyIngredientField(offTag: 'carbon_footprint_fr_foodges_ingredient')
CARBON_FOOTPRINT_FR_FOODGES_VALUE → const TaxonomyIngredientField
TaxonomyIngredientField(offTag: 'carbon_footprint_fr_foodges_value')
CHILDREN → const TaxonomyIngredientField
TaxonomyIngredientField(offTag: 'children')
CIQUAL_FOOD_CODE → const TaxonomyIngredientField
TaxonomyIngredientField(offTag: 'ciqual_food_code')
CIQUAL_FOOD_NAME → const TaxonomyIngredientField
TaxonomyIngredientField(offTag: 'ciqual_food_name')
COLOUR_INDEX → const TaxonomyIngredientField
TaxonomyIngredientField(offTag: 'colour_index')
COMMENT → const TaxonomyIngredientField
TaxonomyIngredientField(offTag: 'comment')
DEFAULT_ADDITIVE_CLASS → const TaxonomyIngredientField
TaxonomyIngredientField(offTag: 'default_additive_class')
DESCRIPTION → const TaxonomyIngredientField
TaxonomyIngredientField(offTag: 'description')
E_NUMBER → const TaxonomyIngredientField
TaxonomyIngredientField(offTag: 'e_number')
EFSA → const TaxonomyIngredientField
TaxonomyIngredientField(offTag: 'efsa')
EFSA_EVALUATION → const TaxonomyIngredientField
TaxonomyIngredientField(offTag: 'efsa_evaluation')
EFSA_EVALUATION_ADI → const TaxonomyIngredientField
TaxonomyIngredientField(offTag: 'efsa_evaluation_adi')
EFSA_EVALUATION_ADI_ESTABLISHED → const TaxonomyIngredientField
TaxonomyIngredientField(offTag: 'efsa_evaluation_adi_established')
EFSA_EVALUATION_DATE → const TaxonomyIngredientField
TaxonomyIngredientField(offTag: 'efsa_evaluation_date')
EFSA_EVALUATION_EXPOSURE_95TH_GREATER_THAN_ADI → const TaxonomyIngredientField
TaxonomyIngredientField(offTag: 'efsa_evaluation_exposure_95th_greater_than_adi')
EFSA_EVALUATION_EXPOSURE_95TH_GREATER_THAN_NOAEL → const TaxonomyIngredientField
TaxonomyIngredientField(offTag: 'efsa_evaluation_exposure_95th_greater_than_noael')
EFSA_EVALUATION_EXPOSURE_MEAN_GREATER_THAN_ADI → const TaxonomyIngredientField
TaxonomyIngredientField(offTag: 'efsa_evaluation_exposure_mean_greater_than_adi')
EFSA_EVALUATION_EXPOSURE_MEAN_GREATER_THAN_NOAEL → const TaxonomyIngredientField
TaxonomyIngredientField(offTag: 'efsa_evaluation_exposure_mean_greater_than_noael')
EFSA_EVALUATION_OVEREXPOSURE_RISK → const TaxonomyIngredientField
TaxonomyIngredientField(offTag: 'efsa_evaluation_overexposure_risk')
EFSA_EVALUATION_SAFETY_ASSESSED → const TaxonomyIngredientField
TaxonomyIngredientField(offTag: 'efsa_evaluation_safety_assessed')
EFSA_EVALUATION_URL → const TaxonomyIngredientField
TaxonomyIngredientField(offTag: 'efsa_evaluation_url')
FROM_PALM_OIL → const TaxonomyIngredientField
TaxonomyIngredientField(offTag: 'from_palm_oil')
LIKELY_ALLERGENS → const TaxonomyIngredientField
TaxonomyIngredientField(offTag: 'likely_allergens')
MANDATORY_ADDITIVE_CLASS → const TaxonomyIngredientField
TaxonomyIngredientField(offTag: 'mandatory_additive_class')
NAME → const TaxonomyIngredientField
TaxonomyIngredientField(offTag: 'name')
NOVA → const TaxonomyIngredientField
TaxonomyIngredientField(offTag: 'nova')
NUTRISCORE_FRUITS_VEGETABLES_NUTS → const TaxonomyIngredientField
TaxonomyIngredientField(offTag: 'nutriscore_fruits_vegetables_nuts')
ORGANIC_EU → const TaxonomyIngredientField
TaxonomyIngredientField(offTag: 'organic_eu')
ORIGINS → const TaxonomyIngredientField
TaxonomyIngredientField(offTag: 'origins')
PARENTS → const TaxonomyIngredientField
TaxonomyIngredientField(offTag: 'parents')
PNNS_GROUP_2 → const TaxonomyIngredientField
TaxonomyIngredientField(offTag: 'pnns_group_2')
PROTECTED_NAME_TYPE → const TaxonomyIngredientField
TaxonomyIngredientField(offTag: 'protected_name_type')
REBLOCHON → const TaxonomyIngredientField
TaxonomyIngredientField(offTag: 'reblochon')
SYNONYMS → const TaxonomyIngredientField
TaxonomyIngredientField(offTag: 'synonyms')
VEGAN → const TaxonomyIngredientField
TaxonomyIngredientField(offTag: 'vegan')
VEGETARIAN → const TaxonomyIngredientField
TaxonomyIngredientField(offTag: 'vegetarian')
WIKIDATA → const TaxonomyIngredientField
TaxonomyIngredientField(offTag: 'wikidata')
WIKTIONARY → const TaxonomyIngredientField
TaxonomyIngredientField(offTag: 'wiktionary')

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
offTag String
Identifying tag used in the rest of OFF.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Constants

values → const List<TaxonomyIngredientField>
A constant List of the values in this enum, in order of their declaration.