TaxonomyPackagingField enum
Fields of an TaxonomyPackaging
Constructors
- TaxonomyPackagingField({required String offTag})
-
const
Values
- ALL → const TaxonomyPackagingField
-
const TaxonomyPackagingField(offTag: 'all')
- NAME → const TaxonomyPackagingField
-
const TaxonomyPackagingField(offTag: 'name')
- SYNONYMS → const TaxonomyPackagingField
-
const TaxonomyPackagingField(offTag: 'synonyms')
- WIKIDATA → const TaxonomyPackagingField
-
const TaxonomyPackagingField(offTag: 'wikidata')
- CHILDREN → const TaxonomyPackagingField
-
const TaxonomyPackagingField(offTag: 'children')
- PARENTS → const TaxonomyPackagingField
-
const TaxonomyPackagingField(offTag: 'parents')
Properties
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<
TaxonomyPackagingField> - A constant List of the values in this enum, in order of their declaration.