ExtApiV2DataType enum
Values
- swaggerGeneratedUnknown → const ExtApiV2DataType
-
const ExtApiV2DataType(null)
- tag → const ExtApiV2DataType
-
const ExtApiV2DataType('tag')
- enhancedTag → const ExtApiV2DataType
-
const ExtApiV2DataType('enhanced_tag')
- workout → const ExtApiV2DataType
-
const ExtApiV2DataType('workout')
- session → const ExtApiV2DataType
-
const ExtApiV2DataType('session')
- sleep → const ExtApiV2DataType
-
const ExtApiV2DataType('sleep')
- dailySleep → const ExtApiV2DataType
-
const ExtApiV2DataType('daily_sleep')
- dailyReadiness → const ExtApiV2DataType
-
const ExtApiV2DataType('daily_readiness')
- dailyActivity → const ExtApiV2DataType
-
const ExtApiV2DataType('daily_activity')
- dailySpo2 → const ExtApiV2DataType
-
const ExtApiV2DataType('daily_spo2')
- sleepTime → const ExtApiV2DataType
-
const ExtApiV2DataType('sleep_time')
- restModePeriod → const ExtApiV2DataType
-
const ExtApiV2DataType('rest_mode_period')
- ringConfiguration → const ExtApiV2DataType
-
const ExtApiV2DataType('ring_configuration')
- dailyStress → const ExtApiV2DataType
-
const ExtApiV2DataType('daily_stress')
- dailyCyclePhases → const ExtApiV2DataType
-
const ExtApiV2DataType('daily_cycle_phases')
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → String?
-
final
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<
ExtApiV2DataType> - A constant List of the values in this enum, in order of their declaration.