hasPrevStep method

bool hasPrevStep()

Implementation

bool hasPrevStep() {
  return currentStep.value > 0;
}