NotificationSchedule constructor

NotificationSchedule({
  1. required String timeZone,
  2. bool allowWhileIdle = false,
  3. bool repeats = false,
  4. bool preciseAlarm = false,
})

Implementation

NotificationSchedule(
    {required this.timeZone,
    this.allowWhileIdle = false,
    this.repeats = false,
    this.preciseAlarm = false});