nutrients property

List<NutrientQuantity>? nutrients
getter/setter pair

An array of individual nutrient values for the nutrition log.

Optional.

Implementation

core.List<NutrientQuantity>? nutrients;