FlightVector constructor
FlightVector({})
Implementation
FlightVector(
{required this.distanceFromPointOfInterest,
required this.headingRelativeToPointOfInterest,
required this.destinationAltitude});
FlightVector(
{required this.distanceFromPointOfInterest,
required this.headingRelativeToPointOfInterest,
required this.destinationAltitude});