CLCmdGogpsHeaderV2 constructor
CLCmdGogpsHeaderV2({})
Implementation
CLCmdGogpsHeaderV2({
required this.workoutType,
required this.blkIndex,
required this.timestamp,
required this.latitude,
required this.longitude,
required this.calories,
required this.lapdistance,
});