menu
openfoodfacts package
documentation
model/AttributeGroup.dart
AttributeGroup
AttributeGroup.new constructor
AttributeGroup.new constructor
dark_mode
light_mode
AttributeGroup
constructor
AttributeGroup
(
{
String
?
id
,
String
?
name
,
String
?
warning
,
List
<
Attribute
>
?
attributes
,
})
Implementation
AttributeGroup({ this.id, this.name, this.warning, this.attributes, });
openfoodfacts package
documentation
model/AttributeGroup
AttributeGroup
AttributeGroup.new constructor
AttributeGroup class