CronFields constructor
const
CronFields({})
Implementation
const CronFields({
required this.minute,
required this.hour,
required this.dayOfMonth,
required this.month,
required this.dayOfWeek,
});
const CronFields({
required this.minute,
required this.hour,
required this.dayOfMonth,
required this.month,
required this.dayOfWeek,
});