Alert_Effect class
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited
Static Methods
-
valueOf(
int value) → Alert_Effect
Constants
- ADDITIONAL_SERVICE → const Alert_Effect
-
const Alert_Effect._(5, 'ADDITIONAL_SERVICE')
- DETOUR → const Alert_Effect
-
const Alert_Effect._(4, 'DETOUR')
- MODIFIED_SERVICE → const Alert_Effect
-
const Alert_Effect._(6, 'MODIFIED_SERVICE')
- NO_EFFECT → const Alert_Effect
-
const Alert_Effect._(10, 'NO_EFFECT')
- NO_SERVICE → const Alert_Effect
-
const Alert_Effect._(1, 'NO_SERVICE')
- OTHER_EFFECT → const Alert_Effect
-
const Alert_Effect._(7, 'OTHER_EFFECT')
- REDUCED_SERVICE → const Alert_Effect
-
const Alert_Effect._(2, 'REDUCED_SERVICE')
- SIGNIFICANT_DELAYS → const Alert_Effect
-
const Alert_Effect._(3, 'SIGNIFICANT_DELAYS')
- STOP_MOVED → const Alert_Effect
-
const Alert_Effect._(9, 'STOP_MOVED')
- UNKNOWN_EFFECT → const Alert_Effect
-
const Alert_Effect._(8, 'UNKNOWN_EFFECT')
-
values
→ const List<
Alert_Effect> -
const <Alert_Effect>[NO_SERVICE, REDUCED_SERVICE, SIGNIFICANT_DELAYS, DETOUR, ADDITIONAL_SERVICE, MODIFIED_SERVICE, OTHER_EFFECT, UNKNOWN_EFFECT, STOP_MOVED, NO_EFFECT]