NutritionLogRollupValue class
Represents the result of the rollup of the nutrition log data type.
Constructors
-
NutritionLogRollupValue({EnergyQuantityRollup? energy, EnergyQuantityRollup? energyFromFat, List<
NutrientQuantityRollup> ? nutrients, WeightQuantityRollup? totalCarbohydrate, WeightQuantityRollup? totalFat}) - NutritionLogRollupValue.fromJson(Map json_)
Properties
- energy ↔ EnergyQuantityRollup?
-
Energy rollup.
getter/setter pair
- energyFromFat ↔ EnergyQuantityRollup?
-
Value Energy from fat rollup.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
nutrients
↔ List<
NutrientQuantityRollup> ? -
List of the nutrient roll-ups by the nutrient type.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- totalCarbohydrate ↔ WeightQuantityRollup?
-
Total carbohydrate rollup.
getter/setter pair
- totalFat ↔ WeightQuantityRollup?
-
Total fat rollup.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited