StreamSessionReadyState enum

Represents the current connection state of a session.

Inheritance

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

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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.
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.