NutritionLog constructor
NutritionLog({
- EnergyQuantity? energy,
- EnergyQuantity? energyFromFat,
- String? food,
- String? foodDisplayName,
- SessionTimeInterval? interval,
- String? mealType,
- List<
NutrientQuantity> ? nutrients, - Serving? serving,
- WeightQuantity? totalCarbohydrate,
- WeightQuantity? totalFat,
Implementation
NutritionLog({
this.energy,
this.energyFromFat,
this.food,
this.foodDisplayName,
this.interval,
this.mealType,
this.nutrients,
this.serving,
this.totalCarbohydrate,
this.totalFat,
});