isConnected property
bool
get
isConnected
Whether the client is connected to the server
Implementation
bool get isConnected => this == connected;
Whether the client is connected to the server
bool get isConnected => this == connected;