isDisconnecting property

bool isDisconnecting

The connection is in the process of closing.

Implementation

bool get isDisconnecting => this == WebSocketReadyState.disconnecting;