AttributeGroup class

Inheritance

Constructors

AttributeGroup({String? id, String? name, String? warning, List<Attribute>? attributes})
AttributeGroup.fromJson(dynamic json)
factory

Properties

attributes List<Attribute>?
final
hashCode int
The hash code for this object.
no setterinherited
id String?
final
name String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
warning String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toData() Map<String, String>
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
override
toValueString() String
Returns all values as a String separated by a hyphen value1 - value2 - value3
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

ATTRIBUTE_GROUP_ALLERGENS → const String
ATTRIBUTE_GROUP_ENVIRONMENT → const String
ATTRIBUTE_GROUP_INGREDIENT_ANALYSIS → const String
ATTRIBUTE_GROUP_LABELS → const String
ATTRIBUTE_GROUP_NUTRITIONAL_QUALITY → const String
ATTRIBUTE_GROUP_PROCESSING → const String