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