isRolledBack property

bool get isRolledBack

Whether step was rolled back

Implementation

bool get isRolledBack => status == StepStatus.rolledBack;