Schedule constructor
Schedule({
- PipelineExecutionStartCondition? pipelineExecutionStartCondition,
- String? scheduleExpression,
Implementation
Schedule({
this.pipelineExecutionStartCondition,
this.scheduleExpression,
});