isConnected property
bool
get
isConnected
Whether the server is currently connected
Implementation
bool get isConnected => _transport != null;
Whether the server is currently connected
bool get isConnected => _transport != null;