isSuccess property
bool
get
isSuccess
Whether step completed successfully
Implementation
bool get isSuccess => status == StepStatus.completed;
Whether step completed successfully
bool get isSuccess => status == StepStatus.completed;