ExerciseModeV2 enum
Values
- swaggerGeneratedUnknown → const ExerciseModeV2
-
const ExerciseModeV2(null) - none → const ExerciseModeV2
-
const ExerciseModeV2('None') - unloaded → const ExerciseModeV2
-
const ExerciseModeV2('Unloaded') - unloadedfullspeed → const ExerciseModeV2
-
const ExerciseModeV2('UnloadedFullSpeed') - loadedfullspeed → const ExerciseModeV2
-
const ExerciseModeV2('LoadedFullSpeed') - ecoexercise → const ExerciseModeV2
-
const ExerciseModeV2('EcoExercise')
Properties
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<
ExerciseModeV2> - A constant List of the values in this enum, in order of their declaration.