DataType enum
Constants
- BLOOD_SUGAR → const DataType
-
const DataType(0)
- DISTANCE → const DataType
-
const DataType(5)
- ENERGY → const DataType
-
const DataType(6)
- EXERCISE_TIME → const DataType
-
const DataType(9)
- HEART_RATE → const DataType
-
const DataType(1)
- HEIGHT → const DataType
-
const DataType(3)
- MINDFULNESS → const DataType
-
const DataType(10)
- SLEEP → const DataType
-
const DataType(8)
- STEP_COUNT → const DataType
-
const DataType(2)
-
values
→ const List<
DataType> -
A constant List of the values in this enum, in order of their declaration.
const List<
DataType> - WATER → const DataType
-
const DataType(7)
- WEIGHT → const DataType
-
const DataType(4)
Properties
Methods
-
toString(
) → String -
Returns a string representation of this object.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator. [...]
inherited