CLCmdGogpsSingleEntryLeap.from constructor

CLCmdGogpsSingleEntryLeap.from(
  1. PERIPHERAL_GOGPS_SINGLE_ENTRY_V2 v
)

Implementation

factory CLCmdGogpsSingleEntryLeap.from(
        PERIPHERAL_GOGPS_SINGLE_ENTRY_V2 v) =>
    CLCmdGogpsSingleEntryLeap(
        heartrate: v.heartrate,
        secIndex: v.secIndex,
        latDelta: v.latDelta,
        lonDelta: v.lonDelta);