ConnectionState class
The current state of a connection.
Constructors
- ConnectionState(String _name)
-
const
Properties
- hashCode → int
-
The hash code for this object.
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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- authenticated → const ConnectionState
- authenticating → const ConnectionState
- busy → const ConnectionState
- closed → const ConnectionState
- idle → const ConnectionState
- notConnected → const ConnectionState
- socketConnected → const ConnectionState
- streaming → const ConnectionState