CLCmdPillReminder.from constructor

CLCmdPillReminder.from(
  1. PERIPHERAL_PILL_REMINDER_CONTEXT v
)

Implementation

factory CLCmdPillReminder.from(PERIPHERAL_PILL_REMINDER_CONTEXT v) =>
    CLCmdPillReminder(
        reminderId: v.reminderId,
        hour: v.hour,
        minute: v.minute,
        name: v.name.hlString(256),
        weekday: v.weekday,
        bRepeatDaily: v.bRepeatDaily,
        url: v.url.hlString(256));