isConnecting property
bool
get
isConnecting
Implementation
bool get isConnecting =>
this == ConnectionState.connecting ||
this == ConnectionState.authenticating;
bool get isConnecting =>
this == ConnectionState.connecting ||
this == ConnectionState.authenticating;