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