isError property

bool get isError

Whether step failed with error

Implementation

bool get isError => status == StepStatus.error;