menu
openfoodfacts package
documentation
model/Allergens.dart
Allergens
Allergens constructor
Allergens constructor
dark_mode
light_mode
Allergens
constructor
Allergens
(
List
<
String
>
ids
,
List
<
String
>
names
)
Implementation
Allergens(this.ids, this.names);
openfoodfacts package
documentation
model/Allergens
Allergens
Allergens constructor
Allergens class