CLCmdGogpsBodyLeap constructor

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

Implementation

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