CrontabSpec constructor

CrontabSpec({
  1. String? creationWindow,
  2. String? text,
  3. String? timeZone,
})

Implementation

CrontabSpec({
  this.creationWindow,
  this.text,
  this.timeZone,
});