ConnectionState enum
The connection state of the client.
Values
- disconnected → const ConnectionState
-
The client is not connected to a server.
- sendingConnectionRequest → const ConnectionState
-
The client is attempting to connect to a server.
- sendingChallengeResponse → const ConnectionState
-
The client is attempting to respond to a challenge from the server.
- connected → const ConnectionState
-
The client is connected to a server.
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<
ConnectionState> - A constant List of the values in this enum, in order of their declaration.