PrayerTime constructor

PrayerTime({
  1. required String name,
  2. required DateTime time,
})

Implementation

PrayerTime({required this.name, required this.time});