Schedule constructor

Schedule({
  1. String? expression,
})

Implementation

Schedule({
  this.expression,
});