CLCmdGogpsBodyV2 constructor

CLCmdGogpsBodyV2({
  1. required int type,
  2. required int timestamp,
  3. required List<CLCmdGogpsSingleEntryV2> gpsData,
})

Implementation

CLCmdGogpsBodyV2(
    {required this.type, required this.timestamp, required this.gpsData});