isConnected property
bool
get
isConnected
Whether the client is connected.
Implementation
bool get isConnected => _socket != null;
Whether the client is connected.
bool get isConnected => _socket != null;