isError property
bool
get
isError
Whether step failed with error
Implementation
bool get isError => status == StepStatus.error;
Whether step failed with error
bool get isError => status == StepStatus.error;