isFirstStep method

bool isFirstStep()

Check if this is the first step

Implementation

bool isFirstStep() {
  return getCurrentStep() == 0;
}