Stages constructor

Stages({
  1. List<Stage>? item,
})

Implementation

Stages({
  this.item,
});