Daily constructor

Daily({
  1. TimeOfDay? executionTime,
  2. int? periodicity,
})

Implementation

Daily({this.executionTime, this.periodicity});