isHealthy property
bool
get
isHealthy
Check if connection is considered healthy
Implementation
bool get isHealthy => _state == ConnectionHealthState.healthy;
Check if connection is considered healthy
bool get isHealthy => _state == ConnectionHealthState.healthy;