state property
WebSocketState
get
state
Returns the current connection state.
Implementation
WebSocketState get state => _state;
Returns the current connection state.
WebSocketState get state => _state;