isConnecting property
bool
get
isConnecting
Implementation
bool get isConnecting => this is Connecting || this is Reconnecting;
bool get isConnecting => this is Connecting || this is Reconnecting;