Alert_Cause 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_Cause

Constants

ACCIDENT → const Alert_Cause
const Alert_Cause._(6, 'ACCIDENT')
CONSTRUCTION → const Alert_Cause
const Alert_Cause._(10, 'CONSTRUCTION')
DEMONSTRATION → const Alert_Cause
const Alert_Cause._(5, 'DEMONSTRATION')
HOLIDAY → const Alert_Cause
const Alert_Cause._(7, 'HOLIDAY')
MAINTENANCE → const Alert_Cause
const Alert_Cause._(9, 'MAINTENANCE')
MEDICAL_EMERGENCY → const Alert_Cause
const Alert_Cause._(12, 'MEDICAL_EMERGENCY')
OTHER_CAUSE → const Alert_Cause
const Alert_Cause._(2, 'OTHER_CAUSE')
POLICE_ACTIVITY → const Alert_Cause
const Alert_Cause._(11, 'POLICE_ACTIVITY')
STRIKE → const Alert_Cause
const Alert_Cause._(4, 'STRIKE')
TECHNICAL_PROBLEM → const Alert_Cause
const Alert_Cause._(3, 'TECHNICAL_PROBLEM')
UNKNOWN_CAUSE → const Alert_Cause
const Alert_Cause._(1, 'UNKNOWN_CAUSE')
values → const List<Alert_Cause>
const <Alert_Cause>[UNKNOWN_CAUSE, OTHER_CAUSE, TECHNICAL_PROBLEM, STRIKE, DEMONSTRATION, ACCIDENT, HOLIDAY, WEATHER, MAINTENANCE, CONSTRUCTION, POLICE_ACTIVITY, MEDICAL_EMERGENCY]
WEATHER → const Alert_Cause
const Alert_Cause._(8, 'WEATHER')