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