StreamSessionReadyState enum
Represents the current connection state of a session.
Constructors
- StreamSessionReadyState()
-
const
Values
- connecting → const StreamSessionReadyState
-
The session is currently attempting to establish a connection.
- open → const StreamSessionReadyState
-
The session has been successfully established and is ready for communication.
- closing → const StreamSessionReadyState
-
The session is in the process of closing the connection.
- closed → const StreamSessionReadyState
-
The session has been closed or could not be established.
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<
StreamSessionReadyState> - A constant List of the values in this enum, in order of their declaration.