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"

Properties

hashCode int
The hash code for this object.
no setterinherited
kcalSum double?
Sum of the total calories in kilocalories.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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