hasFailure property

bool get hasFailure

Returns true if any step has a failed state.

Implementation

bool get hasFailure => state.value.stepStates.containsValue(StepState.failed);