menu
openfoodfacts
src/model/nutriments.dart
Nutriments
isEmpty method
isEmpty
dark_mode
light_mode
isEmpty
method
bool
isEmpty
(
)
Returns true if there are no populated nutrients at all.
Implementation
bool isEmpty() => jsonMap.isEmpty;
openfoodfacts
nutriments
Nutriments
isEmpty method
Nutriments class