PillReminderBean constructor
PillReminderBean({})
Implementation
PillReminderBean({
required this.id,
required this.dateOffset,
required this.name,
required this.repeat,
required this.reminderTimeList,
});