CronTask constructor
CronTask({})
Implementation
CronTask({
required this.id,
required this.cron,
required this.prompt,
required this.createdAt,
this.lastFiredAt,
this.recurring = false,
this.permanent = false,
this.durable,
this.agentId,
});