TotalCaloriesRollupValue class
Represents the result of the rollup of the user's total calories.
Note: Queries for the total-calories data type must include a time
interval filter (such as total_calories.interval.start_time or
total_calories.interval.civil_start_time). The maximum range is 14 days.
Example filter query: total_calories.interval.start_time >= "2026-04-20T00:00:00Z" AND total_calories.interval.start_time < "2026-04-21T00:00:00Z"
Constructors
- TotalCaloriesRollupValue({double? kcalSum})
- TotalCaloriesRollupValue.fromJson(Map json_)
Properties
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