TimingProfile enum
Identifies the timing profile used for emitting notifications and warnings.
Values
- slowSpeed → const TimingProfile
-
Timing profile used when the speed is slow. This timing profile is applied for speed limits or speeds greater than 0 meters/second but slower or equal to 16.39 meters/second (aproximately 60 kilometers/hour). There is also an additional check if the area is built up and if it is, the timing profile is also considerd as
SLOW_SPEEDregardless of the speed limit or the current speed. - regularSpeed → const TimingProfile
-
Timing profile used when the speed is regular. This timing profile is applied for speed limits or speeds greater than 16.39 meters/second (aproximately 60 kilometer/hour) but slower or equal to 27.78 meters/second (aproximately 100 kilometer/hour).
- fastSpeed → const TimingProfile
-
Timing profile used when the speed is fast. This timing profile is applied for speed limits or speeds greater than 27.78 meters/second (aproximately 100 kilometer/hour) or no speed limits.
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<
TimingProfile> - A constant List of the values in this enum, in order of their declaration.