getValueAtStep method

StepperModel getValueAtStep(
  1. int step
)

Implementation

StepperModel getValueAtStep(int step) {
  return stepperFormData.value.steps![step];
}