CLCmdGogpsTrackSumSwim.from constructor
CLCmdGogpsTrackSumSwim.from()
Implementation
factory CLCmdGogpsTrackSumSwim.from(PERIPHERAL_GOGPS_TRACK_SUM_SWIM v) =>
CLCmdGogpsTrackSumSwim(
type: v.type,
timestamp: v.timestamp,
totallaps: v.totallaps,
totalswimtime: v.totalswimtime,
totalstrokes: v.totalstrokes,
swimtype: v.swimtype,
avgstrokefreq: v.avgstrokefreq,
maxstrokefreq: v.maxstrokefreq,
avgswolf: v.avgswolf,
avgpace: v.avgpace,
calories: v.calories);