AllergensTag enum

Main allergens.

Inheritance
Implemented types

Constructors

AllergensTag({required String offTag})
const

Values

GLUTEN → const AllergensTag
AllergensTag(offTag: 'en:gluten')
MILK → const AllergensTag
AllergensTag(offTag: 'en:milk')
EGGS → const AllergensTag
AllergensTag(offTag: 'en:eggs')
NUTS → const AllergensTag
AllergensTag(offTag: 'en:nuts')
PEANUTS → const AllergensTag
AllergensTag(offTag: 'en:peanuts')
SESAME_SEEDS → const AllergensTag
AllergensTag(offTag: 'en:sesame-seeds')
SOYBEANS → const AllergensTag
AllergensTag(offTag: 'en:soybeans')
CELERY → const AllergensTag
AllergensTag(offTag: 'en:celery')
MUSTARD → const AllergensTag
AllergensTag(offTag: 'en:mustard')
LUPIN → const AllergensTag
AllergensTag(offTag: 'en:lupin')
FISH → const AllergensTag
AllergensTag(offTag: 'en:fish')
CRUSTACEANS → const AllergensTag
AllergensTag(offTag: 'en:crustaceans')
MOLLUSCS → const AllergensTag
AllergensTag(offTag: 'en:molluscs')
SULPHUR_DIOXIDE_AND_SULPHITES → const AllergensTag
AllergensTag(offTag: 'en:sulphur-dioxide-and-sulphites')

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