SerialPipeline constructor

SerialPipeline({
  1. List<Stage>? stages,
})

Implementation

SerialPipeline({
  this.stages,
});