Scheduled constructor
const
Scheduled({
- String? cron,
Constructor for the Scheduled annotation.
Implementation
const Scheduled({
this.cron,
});
Constructor for the Scheduled annotation.
const Scheduled({
this.cron,
});