CLCmdPillReminder constructor
CLCmdPillReminder({})
Implementation
CLCmdPillReminder(
{required this.reminderId,
required this.hour,
required this.minute,
required this.name,
required this.weekday,
required this.bRepeatDaily,
required this.url});