WizardStepCompletedMsg constructor

const WizardStepCompletedMsg(
  1. int stepIndex,
  2. dynamic answer
)

Implementation

const WizardStepCompletedMsg(this.stepIndex, this.answer);