getStepIndex abstract method

int getStepIndex(
  1. WizardStep step
)

Gets the index for the provided step.

Implementation

int getStepIndex(
  WizardStep step,
);