isConnecting property
bool
get
isConnecting
Whether the client is connecting to the server
Implementation
bool get isConnecting => this == connecting;
Whether the client is connecting to the server
bool get isConnecting => this == connecting;