canRetry property
bool
get
canRetry
Implementation
bool get canRetry =>
this is Disconnected || this is FatalError || this is AuthError;
bool get canRetry =>
this is Disconnected || this is FatalError || this is AuthError;