addStage method

void addStage(
  1. PipelineStage stage
)

Implementation

void addStage(PipelineStage stage) => _stages.add(stage);