TaxonomyAdditiveField enum

Fields of an TaxonomyAdditive

Inheritance
Implemented types

Constructors

TaxonomyAdditiveField({required String offTag})
const

Values

ALL → const TaxonomyAdditiveField
TaxonomyAdditiveField(offTag: 'all')
ADDITIVES_CLASSES → const TaxonomyAdditiveField
TaxonomyAdditiveField(offTag: 'additives_classes')
CARBON_FOOTPRINT_FR_FOODGES_INGREDIENT → const TaxonomyAdditiveField
TaxonomyAdditiveField(offTag: 'carbon_footprint_fr_foodges_ingredient')
CARBON_FOOTPRINT_FR_FOODGES_VALUE → const TaxonomyAdditiveField
TaxonomyAdditiveField(offTag: 'carbon_footprint_fr_foodges_value')
COLOUR_INDEX → const TaxonomyAdditiveField
TaxonomyAdditiveField(offTag: 'colour_index')
COMMENT → const TaxonomyAdditiveField
TaxonomyAdditiveField(offTag: 'comment')
DEFAULT_ADDITIVE_CLASS → const TaxonomyAdditiveField
TaxonomyAdditiveField(offTag: 'default_additive_class')
DESCRIPTION → const TaxonomyAdditiveField
TaxonomyAdditiveField(offTag: 'description')
E_NUMBER → const TaxonomyAdditiveField
TaxonomyAdditiveField(offTag: 'e_number')
EFSA → const TaxonomyAdditiveField
TaxonomyAdditiveField(offTag: 'efsa')
EFSA_EVALUATION → const TaxonomyAdditiveField
TaxonomyAdditiveField(offTag: 'efsa_evaluation')
EFSA_EVALUATION_ADI → const TaxonomyAdditiveField
TaxonomyAdditiveField(offTag: 'efsa_evaluation_adi')
EFSA_EVALUATION_ADI_ESTABLISHED → const TaxonomyAdditiveField
TaxonomyAdditiveField(offTag: 'efsa_evaluation_adi_established')
EFSA_EVALUATION_DATE → const TaxonomyAdditiveField
TaxonomyAdditiveField(offTag: 'efsa_evaluation_date')
EFSA_EVALUATION_EXPOSURE_95TH_GREATER_THAN_ADI → const TaxonomyAdditiveField
TaxonomyAdditiveField(offTag: 'efsa_evaluation_exposure_95th_greater_than_adi')
EFSA_EVALUATION_EXPOSURE_95TH_GREATER_THAN_NOAEL → const TaxonomyAdditiveField
TaxonomyAdditiveField(offTag: 'efsa_evaluation_exposure_95th_greater_than_noael')
EFSA_EVALUATION_EXPOSURE_MEAN_GREATER_THAN_ADI → const TaxonomyAdditiveField
TaxonomyAdditiveField(offTag: 'efsa_evaluation_exposure_mean_greater_than_adi')
EFSA_EVALUATION_EXPOSURE_MEAN_GREATER_THAN_NOAEL → const TaxonomyAdditiveField
TaxonomyAdditiveField(offTag: 'efsa_evaluation_exposure_mean_greater_than_noael')
EFSA_EVALUATION_OVEREXPOSURE_RISK → const TaxonomyAdditiveField
TaxonomyAdditiveField(offTag: 'efsa_evaluation_overexposure_risk')
EFSA_EVALUATION_SAFETY_ASSESSED → const TaxonomyAdditiveField
TaxonomyAdditiveField(offTag: 'efsa_evaluation_safety_assessed')
EFSA_EVALUATION_URL → const TaxonomyAdditiveField
TaxonomyAdditiveField(offTag: 'efsa_evaluation_url')
FROM_PALM_OIL → const TaxonomyAdditiveField
TaxonomyAdditiveField(offTag: 'from_palm_oil')
MANDATORY_ADDITIVE_CLASS → const TaxonomyAdditiveField
TaxonomyAdditiveField(offTag: 'mandatory_additive_class')
NAME → const TaxonomyAdditiveField
TaxonomyAdditiveField(offTag: 'name')
ORGANIC_EU → const TaxonomyAdditiveField
TaxonomyAdditiveField(offTag: 'organic_eu')
VEGAN → const TaxonomyAdditiveField
TaxonomyAdditiveField(offTag: 'vegan')
VEGETARIAN → const TaxonomyAdditiveField
TaxonomyAdditiveField(offTag: 'vegetarian')
WIKIDATA → const TaxonomyAdditiveField
TaxonomyAdditiveField(offTag: 'wikidata')

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<TaxonomyAdditiveField>
A constant List of the values in this enum, in order of their declaration.