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