Status constructor

Status({
  1. List<Step>? currentSteps,
})

Implementation

Status({
  this.currentSteps,
});