CLCmdPillReminderData.from constructor

CLCmdPillReminderData.from(
  1. PERIPHERAL_PILL_REMINDER_DATA v
)

Implementation

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