TaxonomyAdditiveField enum
Fields of an TaxonomyAdditive
Values
- ALL → const TaxonomyAdditiveField
-
const TaxonomyAdditiveField(offTag: 'all') - ADDITIVES_CLASSES → const TaxonomyAdditiveField
-
const TaxonomyAdditiveField(offTag: 'additives_classes') - CARBON_FOOTPRINT_FR_FOODGES_INGREDIENT → const TaxonomyAdditiveField
-
const TaxonomyAdditiveField(offTag: 'carbon_footprint_fr_foodges_ingredient') - CARBON_FOOTPRINT_FR_FOODGES_VALUE → const TaxonomyAdditiveField
-
const TaxonomyAdditiveField(offTag: 'carbon_footprint_fr_foodges_value') - COLOUR_INDEX → const TaxonomyAdditiveField
-
const TaxonomyAdditiveField(offTag: 'colour_index') - COMMENT → const TaxonomyAdditiveField
-
const TaxonomyAdditiveField(offTag: 'comment') - DEFAULT_ADDITIVE_CLASS → const TaxonomyAdditiveField
-
const TaxonomyAdditiveField(offTag: 'default_additive_class') - DESCRIPTION → const TaxonomyAdditiveField
-
const TaxonomyAdditiveField(offTag: 'description') - E_NUMBER → const TaxonomyAdditiveField
-
const TaxonomyAdditiveField(offTag: 'e_number') - EFSA → const TaxonomyAdditiveField
-
const TaxonomyAdditiveField(offTag: 'efsa') - EFSA_EVALUATION → const TaxonomyAdditiveField
-
const TaxonomyAdditiveField(offTag: 'efsa_evaluation') - EFSA_EVALUATION_ADI → const TaxonomyAdditiveField
-
const TaxonomyAdditiveField(offTag: 'efsa_evaluation_adi') - EFSA_EVALUATION_ADI_ESTABLISHED → const TaxonomyAdditiveField
-
const TaxonomyAdditiveField(offTag: 'efsa_evaluation_adi_established') - EFSA_EVALUATION_DATE → const TaxonomyAdditiveField
-
const TaxonomyAdditiveField(offTag: 'efsa_evaluation_date') - EFSA_EVALUATION_EXPOSURE_95TH_GREATER_THAN_ADI → const TaxonomyAdditiveField
-
const TaxonomyAdditiveField(offTag: 'efsa_evaluation_exposure_95th_greater_than_adi') - EFSA_EVALUATION_EXPOSURE_95TH_GREATER_THAN_NOAEL → const TaxonomyAdditiveField
-
const TaxonomyAdditiveField(offTag: 'efsa_evaluation_exposure_95th_greater_than_noael') - EFSA_EVALUATION_EXPOSURE_MEAN_GREATER_THAN_ADI → const TaxonomyAdditiveField
-
const TaxonomyAdditiveField(offTag: 'efsa_evaluation_exposure_mean_greater_than_adi') - EFSA_EVALUATION_EXPOSURE_MEAN_GREATER_THAN_NOAEL → const TaxonomyAdditiveField
-
const TaxonomyAdditiveField(offTag: 'efsa_evaluation_exposure_mean_greater_than_noael') - EFSA_EVALUATION_OVEREXPOSURE_RISK → const TaxonomyAdditiveField
-
const TaxonomyAdditiveField(offTag: 'efsa_evaluation_overexposure_risk') - EFSA_EVALUATION_SAFETY_ASSESSED → const TaxonomyAdditiveField
-
const TaxonomyAdditiveField(offTag: 'efsa_evaluation_safety_assessed') - EFSA_EVALUATION_URL → const TaxonomyAdditiveField
-
const TaxonomyAdditiveField(offTag: 'efsa_evaluation_url') - FROM_PALM_OIL → const TaxonomyAdditiveField
-
const TaxonomyAdditiveField(offTag: 'from_palm_oil') - MANDATORY_ADDITIVE_CLASS → const TaxonomyAdditiveField
-
const TaxonomyAdditiveField(offTag: 'mandatory_additive_class') - NAME → const TaxonomyAdditiveField
-
const TaxonomyAdditiveField(offTag: 'name') - ORGANIC_EU → const TaxonomyAdditiveField
-
const TaxonomyAdditiveField(offTag: 'organic_eu') - VEGAN → const TaxonomyAdditiveField
-
const TaxonomyAdditiveField(offTag: 'vegan') - VEGETARIAN → const TaxonomyAdditiveField
-
const TaxonomyAdditiveField(offTag: 'vegetarian') - WIKIDATA → const TaxonomyAdditiveField
-
const 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
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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.