NutritionLogRollupValue constructor
NutritionLogRollupValue({
- EnergyQuantityRollup? energy,
- EnergyQuantityRollup? energyFromFat,
- List<
NutrientQuantityRollup> ? nutrients, - WeightQuantityRollup? totalCarbohydrate,
- WeightQuantityRollup? totalFat,
Implementation
NutritionLogRollupValue({
this.energy,
this.energyFromFat,
this.nutrients,
this.totalCarbohydrate,
this.totalFat,
});