CronPickerLabels constructor
const
CronPickerLabels({
- String seconds = 'Seconds',
- String minutes = 'Minutes',
- String hourly = 'Hourly',
- String daily = 'Daily',
- String weekly = 'Weekly',
- String monthly = 'Monthly',
- String yearly = 'Yearly',
- String year = 'Year',
- String done = 'Done',
- String cancel = 'Cancel',
- String every = 'Every',
- String secondUnit = 'second(s)',
- String minuteUnit = 'minute(s)',
- String hoursOnMinute = 'hour(s) on minute',
- String daysAt = 'day(s) at',
- String startTime = 'Start time',
- String onThe = 'On the',
- String ofEvery = 'of every',
- String of = 'of',
- String at = 'at',
- String yearsStartingIn = 'year(s) starting in',
Implementation
const CronPickerLabels({
this.seconds = 'Seconds',
this.minutes = 'Minutes',
this.hourly = 'Hourly',
this.daily = 'Daily',
this.weekly = 'Weekly',
this.monthly = 'Monthly',
this.yearly = 'Yearly',
this.year = 'Year',
this.done = 'Done',
this.cancel = 'Cancel',
this.every = 'Every',
this.secondUnit = 'second(s)',
this.minuteUnit = 'minute(s)',
this.hoursOnMinute = 'hour(s) on minute',
this.daysAt = 'day(s) at',
this.startTime = 'Start time',
this.onThe = 'On the',
this.ofEvery = 'of every',
this.of = 'of',
this.at = 'at',
this.yearsStartingIn = 'year(s) starting in',
});