isLastStep abstract method

bool isLastStep(
  1. int index
)

Indicates whether the step index matches the last step.

Implementation

bool isLastStep(int index);