Scheduled constructor

const Scheduled({
  1. String? cron,
})

Constructor for the Scheduled annotation.

Implementation

const Scheduled({
  this.cron,
});