isDisconnecting property
bool
get
isDisconnecting
The connection is in the process of closing.
Implementation
bool get isDisconnecting => this == WebSocketReadyState.disconnecting;
The connection is in the process of closing.
bool get isDisconnecting => this == WebSocketReadyState.disconnecting;