Schedule constructor

Schedule({
  1. PipelineExecutionStartCondition? pipelineExecutionStartCondition,
  2. String? scheduleExpression,
})

Implementation

Schedule({
  this.pipelineExecutionStartCondition,
  this.scheduleExpression,
});