CONNECTION_STATUS enum
The enum name says it all :)
Values
- CONNECTED → const CONNECTION_STATUS
- CONNECTING → const CONNECTION_STATUS
- DISCONNECTED → const CONNECTION_STATUS
- FAILED → const CONNECTION_STATUS
- RECONNECTING → const CONNECTION_STATUS
- UNREACHABLE → const CONNECTION_STATUS
Properties
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<
CONNECTION_STATUS> - A constant List of the values in this enum, in order of their declaration.