CLCmdGogpsTrackSumSwim constructor

CLCmdGogpsTrackSumSwim({
  1. required int type,
  2. required int timestamp,
  3. required int totallaps,
  4. required int totalswimtime,
  5. required int totalstrokes,
  6. required int swimtype,
  7. required int avgstrokefreq,
  8. required int maxstrokefreq,
  9. required int avgswolf,
  10. required int avgpace,
  11. required int calories,
})

Implementation

CLCmdGogpsTrackSumSwim(
    {required this.type,
    required this.timestamp,
    required this.totallaps,
    required this.totalswimtime,
    required this.totalstrokes,
    required this.swimtype,
    required this.avgstrokefreq,
    required this.maxstrokefreq,
    required this.avgswolf,
    required this.avgpace,
    required this.calories});