menu
openfoodfacts package
documentation
model/ProductList.dart
ProductList
ProductList.fromJson factory constructor
ProductList.fromJson factory constructor
dark_mode
light_mode
ProductList.fromJson
constructor
ProductList.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory ProductList.fromJson(Map<String, dynamic> json) => _$ProductListFromJson(json);
openfoodfacts package
documentation
model/ProductList
ProductList
ProductList.fromJson factory constructor
ProductList class