CLCmdGogpsBodyPeakOutDoorNew constructor

CLCmdGogpsBodyPeakOutDoorNew({
  1. required int type,
  2. required int timestamp,
  3. required int heartrate,
  4. required int secIndex,
  5. required int lat,
  6. required int lon,
  7. required int altitude,
})

Implementation

CLCmdGogpsBodyPeakOutDoorNew(
    {required this.type,
    required this.timestamp,
    required this.heartrate,
    required this.secIndex,
    required this.lat,
    required this.lon,
    required this.altitude});