isConnected property
bool
get
isConnected
Whether the WebSocket is currently connected
Implementation
bool get isConnected => _isConnected;
Whether the WebSocket is currently connected
bool get isConnected => _isConnected;