isReconnecting property
bool
get
isReconnecting
Whether the client is reconnecting to the server
Implementation
bool get isReconnecting => this == reconnecting;
Whether the client is reconnecting to the server
bool get isReconnecting => this == reconnecting;