nutrients property

List<NutrientQuantity>? nutrients
getter/setter pair

Value representing the nutrients of the food for the default serving.

Optional.

Implementation

core.List<NutrientQuantity>? nutrients;