isHealthy property

bool get isHealthy

Check if connection is considered healthy

Implementation

bool get isHealthy => _state == ConnectionHealthState.healthy;