CLCmdGogpsBodyPeakOutdoor constructor

CLCmdGogpsBodyPeakOutdoor({
  1. required int type,
  2. required int timestamp,
  3. required List<CLCmdGogpsSingleEntryPeakOutdoor> gpsDataOutdoor,
})

Implementation

CLCmdGogpsBodyPeakOutdoor(
    {required this.type,
    required this.timestamp,
    required this.gpsDataOutdoor});