Event enum

Inheritance

Constructors

Event()
const

Values

timer → const Event
workout → const Event
workoutStep → const Event
powerDown → const Event
powerUp → const Event
offCourse → const Event
session → const Event
lap → const Event
coursePoint → const Event
battery → const Event
virtualPartnerPace → const Event
hrHighAlert → const Event
hrLowAlert → const Event
speedHighAlert → const Event
speedLowAlert → const Event
cadHighAlert → const Event
cadLowAlert → const Event
powerHighAlert → const Event
powerLowAlert → const Event
recoveryHr → const Event
batteryLow → const Event
timeDurationAlert → const Event
distanceDurationAlert → const Event
calorieDurationAlert → const Event
activity → const Event
fitnessEquipment → const Event
length → const Event
userMarker → const Event
sportPoint → const Event
calibration → const Event
frontGearChange → const Event
rearGearChange → const Event
riderPositionChange → const Event
elevHighAlert → const Event
elevLowAlert → const Event
commTimeout → const Event
radarThreatAlert → const Event

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