FlightLocationContract constructor
FlightLocationContract({})
Returns a new FlightLocationContract instance.
Implementation
FlightLocationContract({
required this.pressureAltitude,
required this.altitude,
required this.pressure,
required this.groundSpeed,
required this.trueTrack,
required this.reportedAtUtc,
required this.lat,
required this.lon,
});