connected property
Used to determine if messages can be sent to this host
Implementation
bool get connected => _socket != null && _isConnected;
Used to determine if messages can be sent to this host
bool get connected => _socket != null && _isConnected;