isClosed property
bool
get
isClosed
The connection is closed or couldn't be opened.
Implementation
bool get isClosed => this == WebSocketReadyState.closed;
The connection is closed or couldn't be opened.
bool get isClosed => this == WebSocketReadyState.closed;