AvssDronePosition constructor
AvssDronePosition({})
Implementation
AvssDronePosition({
required this.timeBootMs,
required this.lat,
required this.lon,
required this.alt,
required this.groundAlt,
required this.barometerAlt,
});