WorkoutStepDuration enum

Inheritance

Constructors

WorkoutStepDuration()
const

Values

time → const WorkoutStepDuration
distance → const WorkoutStepDuration
hrLessThan → const WorkoutStepDuration
hrGreaterThan → const WorkoutStepDuration
calories → const WorkoutStepDuration
open → const WorkoutStepDuration
repeatUntilStepsCmplt → const WorkoutStepDuration
repeatUntilTime → const WorkoutStepDuration
repeatUntilDistance → const WorkoutStepDuration
repeatUntilCalories → const WorkoutStepDuration
repeatUntilHrLessThan → const WorkoutStepDuration
repeatUntilHrGreaterThan → const WorkoutStepDuration
repeatUntilPowerLessThan → const WorkoutStepDuration
repeatUntilPowerGreaterThan → const WorkoutStepDuration
powerLessThan → const WorkoutStepDuration
powerGreaterThan → const WorkoutStepDuration
trainingPeaksTss → const WorkoutStepDuration
repeatUntilPowerLastLapLessThan → const WorkoutStepDuration
repeatUntilMaxPowerLastLapLessThan → const WorkoutStepDuration
power3sLessThan → const WorkoutStepDuration
power10sLessThan → const WorkoutStepDuration
power30sLessThan → const WorkoutStepDuration
power3sGreaterThan → const WorkoutStepDuration
power10sGreaterThan → const WorkoutStepDuration
power30sGreaterThan → const WorkoutStepDuration
powerLapLessThan → const WorkoutStepDuration
powerLapGreaterThan → const WorkoutStepDuration
repeatUntilTrainingPeaksTss → const WorkoutStepDuration
repetitionTime → const WorkoutStepDuration
reps → const WorkoutStepDuration
timeOnly → const WorkoutStepDuration

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<WorkoutStepDuration>
A constant List of the values in this enum, in order of their declaration.