CreateRule constructor
CreateRule({
- String? cronExpression,
- int? interval,
- IntervalUnitValues? intervalUnit,
- List<
String> ? times,
Implementation
CreateRule({
this.cronExpression,
this.interval,
this.intervalUnit,
this.times,
});