isHealthy property
bool
get
isHealthy
Checks if the connection is healthy using event-driven state
Implementation
bool get isHealthy => _healthMonitor.metrics.isHealthy;
Checks if the connection is healthy using event-driven state
bool get isHealthy => _healthMonitor.metrics.isHealthy;