Resource enum

enumeration for the resource options that you can specify in the FitbitActivityTimeseriesAPIURL

Inheritance

Constructors

Resource()
const

Values

activityCalories → const Resource

The number of calories burned during the day for periods of time when the user was active above sedentary level. This value is calculated minute by minute for minutes that fall within this criteria. This includes activity burned calories and BMR.

calories → const Resource

The top level time series for calories burned inclusive of BMR, tracked activity, and manually logged activities.

caloriesBMR → const Resource

Value includes only BMR calories.

distance → const Resource
elevation → const Resource
floors → const Resource
minutesSedentary → const Resource
minutesLightlyActive → const Resource
minutesFairlyActive → const Resource
minutesVeryActive → const Resource
steps → const Resource

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<Resource>
A constant List of the values in this enum, in order of their declaration.