isRolledBack property
bool
get
isRolledBack
Whether step was rolled back
Implementation
bool get isRolledBack => status == StepStatus.rolledBack;
Whether step was rolled back
bool get isRolledBack => status == StepStatus.rolledBack;