CLCmdGogpsBodyPeakSwim constructor

CLCmdGogpsBodyPeakSwim({
  1. required int type,
  2. required int timestamp,
  3. required int heartrate,
  4. required int swimtime,
  5. required int strokes,
  6. required int swimtype,
  7. required int avgstrokefreq,
  8. required int maxstrokefreq,
  9. required int swolf,
  10. required int avgpace,
  11. required int lapindex,
  12. required int reserve,
})

Implementation

CLCmdGogpsBodyPeakSwim(
    {required this.type,
    required this.timestamp,
    required this.heartrate,
    required this.swimtime,
    required this.strokes,
    required this.swimtype,
    required this.avgstrokefreq,
    required this.maxstrokefreq,
    required this.swolf,
    required this.avgpace,
    required this.lapindex,
    required this.reserve});