currentStepModel property

InformationStepModel get currentStepModel

Implementation

InformationStepModel get currentStepModel {
  return widget.steps[currentStep];
}