PipelineConfig constructor

PipelineConfig({
  1. List<String>? functions,
})

Implementation

PipelineConfig({
  this.functions,
});