CronPickerLabels constructor

const CronPickerLabels({
  1. String seconds = 'Seconds',
  2. String minutes = 'Minutes',
  3. String hourly = 'Hourly',
  4. String daily = 'Daily',
  5. String weekly = 'Weekly',
  6. String monthly = 'Monthly',
  7. String yearly = 'Yearly',
  8. String year = 'Year',
  9. String done = 'Done',
  10. String cancel = 'Cancel',
  11. String every = 'Every',
  12. String secondUnit = 'second(s)',
  13. String minuteUnit = 'minute(s)',
  14. String hoursOnMinute = 'hour(s) on minute',
  15. String daysAt = 'day(s) at',
  16. String startTime = 'Start time',
  17. String onThe = 'On the',
  18. String ofEvery = 'of every',
  19. String of = 'of',
  20. String at = 'at',
  21. 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',
});