SplitTimeRule constructor Null safety
Split time rule
Implementation
SplitTimeRule({
  required this.from,
  required this.to,
  required this.step,
});Split time rule
SplitTimeRule({
  required this.from,
  required this.to,
  required this.step,
});