hasNextStep method

bool hasNextStep()

Implementation

bool hasNextStep() {
  return currentStep.value + 1 < totalSteps.value;
}