SportType enum Sensor Data Source
Sport type enumeration.
Represents various sports activities, categorized by their nature.
Values
- run → const SportType
- trailRun → const SportType
- walk → const SportType
- hike → const SportType
- virtualRun → const SportType
- ride → const SportType
- mountainBike → const SportType
- gravelRide → const SportType
- eBikeRide → const SportType
- eMountainBike → const SportType
- velomobile → const SportType
- virtualRide → const SportType
- canoe → const SportType
- kayak → const SportType
- kitesurf → const SportType
- rowing → const SportType
- standUpPaddling → const SportType
- surf → const SportType
- swim → const SportType
- windsurf → const SportType
- iceSkate → const SportType
- alpineSki → const SportType
- backcountrySki → const SportType
- nordicSki → const SportType
- snowboard → const SportType
- snowshoe → const SportType
- handcycle → const SportType
- inlineSkate → const SportType
- rockClimb → const SportType
- rollerSki → const SportType
- golf → const SportType
- skateboard → const SportType
- soccer → const SportType
- wheelchair → const SportType
- badminton → const SportType
- tennis → const SportType
- pickleball → const SportType
- crossfit → const SportType
- elliptical → const SportType
- stairStepper → const SportType
- weightTraining → const SportType
- yoga → const SportType
- workout → const SportType
- hiit → const SportType
- pilates → const SportType
- tableTennis → const SportType
- squash → const SportType
- racquetball → const SportType
- unknown → const SportType
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
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