StepId constructor

StepId({
  1. dynamic stepName,
  2. int? id,
})

Implementation

StepId({
  this.stepName,
  this.id,
});