Scheduled constructor
const
Scheduled({})
Constructor for the Scheduled annotation.
Implementation
const Scheduled({
this.cron,
this.fixedDelay,
this.fixedDelayString,
this.fixedRate,
this.fixedRateString,
this.initialDelay,
this.initialDelayString,
this.scheduler,
this.timeUnit,
this.zone,
});