ActionTriggerCron constructor

ActionTriggerCron({
  1. String functionName = '',
  2. String schedule = '',
  3. String fireTimeUtc = '',
})

Implementation

ActionTriggerCron({
    this.functionName = '',
    this.schedule = '',
    this.fireTimeUtc = '',
});