CLCmdGogpsBodyPeakOutdoor constructor
CLCmdGogpsBodyPeakOutdoor({
- required int type,
- required int timestamp,
- required List<
CLCmdGogpsSingleEntryPeakOutdoor> gpsDataOutdoor,
Implementation
CLCmdGogpsBodyPeakOutdoor(
{required this.type,
required this.timestamp,
required this.gpsDataOutdoor});