SetHomePosition constructor
SetHomePosition({})
Implementation
SetHomePosition({
required this.latitude,
required this.longitude,
required this.altitude,
required this.x,
required this.y,
required this.z,
required this.q,
required this.approachX,
required this.approachY,
required this.approachZ,
required this.targetSystem,
required this.timeUsec,
});