NutritionLogRollupValue constructor

NutritionLogRollupValue({
  1. EnergyQuantityRollup? energy,
  2. EnergyQuantityRollup? energyFromFat,
  3. List<NutrientQuantityRollup>? nutrients,
  4. WeightQuantityRollup? totalCarbohydrate,
  5. WeightQuantityRollup? totalFat,
})

Implementation

NutritionLogRollupValue({
  this.energy,
  this.energyFromFat,
  this.nutrients,
  this.totalCarbohydrate,
  this.totalFat,
});