hasFailed property

bool get hasFailed

Check if connection has failed

Implementation

bool get hasFailed => _state == ConnectionHealthState.failed;