TagType enum

Inheritance

Constructors

TagType({required String offTag})
const

Values

STATES → const TagType
const TagType(offTag: 'states')
LANGUAGES → const TagType
const TagType(offTag: 'languages')
LABELS → const TagType
const TagType(offTag: 'labels')
CATEGORIES → const TagType
const TagType(offTag: 'categories')
COUNTRIES → const TagType
const TagType(offTag: 'countries')
INGREDIENTS → const TagType
const TagType(offTag: 'ingredients')
TRACES → const TagType
const TagType(offTag: 'traces')
ADDITIVES → const TagType
const TagType(offTag: 'additives')
ALLERGENS → const TagType
const TagType(offTag: 'allergens')
PACKAGING → const TagType
const TagType(offTag: 'packaging')
ORIGINS → const TagType
const TagType(offTag: 'origins')
PACKAGING_SHAPES → const TagType
const TagType(offTag: 'packaging_shapes')
PACKAGING_MATERIALS → const TagType
const TagType(offTag: 'packaging_materials')
PACKAGING_RECYCLING → const TagType
const TagType(offTag: 'packaging_recycling')
NOVA → const TagType
const TagType(offTag: 'nova_groups')
EMB_CODES → const TagType
const TagType(offTag: 'emb_codes')

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

Static Methods

fromOffTag(String? offTag) TagType?
Returns the first TagType that matches the offTag.

Constants

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