isFinished property

bool get isFinished

Whether step execution is finished

Implementation

bool get isFinished => status != StepStatus.inProgress;