AttributeGroup class
- Inheritance
-
- Object
- JsonObject
- AttributeGroup
Constructors
-
AttributeGroup({String? id, String? name, String? warning, List<
Attribute> ? attributes}) - AttributeGroup.fromJson(dynamic json)
-
factory
Properties
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