CLCmdPillReminderData.from constructor
CLCmdPillReminderData.from()
Implementation
factory CLCmdPillReminderData.from(PERIPHERAL_PILL_REMINDER_DATA v) =>
CLCmdPillReminderData(size: v.size, pillReminder: _get(v.pillReminder));