CronSchedulerOptions constructor
const
CronSchedulerOptions({})
Implementation
const CronSchedulerOptions({
required this.onFire,
required this.isLoading,
this.assistantMode = false,
this.onFireTask,
this.onMissed,
this.dir,
this.lockIdentity,
this.getJitterConfig,
this.isKilled,
this.filter,
});