ExDate constructor

ExDate({
  1. required List<DateTime> exDates,
})

Implementation

ExDate({required this.exDates});