menu
finch package
documentation
finch_app.dart
CronSchedule
CronSchedule.new constructor
CronSchedule.new constructor
dark_mode
light_mode
CronSchedule
constructor
CronSchedule
(
{
List
<
int
>
?
seconds
,
List
<
int
>
?
minutes
,
List
<
int
>
?
hours
,
List
<
int
>
?
days
,
List
<
int
>
?
months
,
List
<
int
>
?
weekdays
,
})
Implementation
CronSchedule({ this.seconds, this.minutes, this.hours, this.days, this.months, this.weekdays, });
finch package
documentation
finch_app
CronSchedule
CronSchedule.new constructor
CronSchedule class