CLCmdGogpsBodyLeap constructor
CLCmdGogpsBodyLeap({
- required int type,
- required int timestamp,
- required List<
CLCmdGogpsSingleEntryLeap> gpsData,
Implementation
CLCmdGogpsBodyLeap(
{required this.type,
required this.timestamp,
required this.gpsData});