destination property

String? destination
getter/setter pair

3-character IATA airport code for flight destination, e.g. ICN.

This is used to match specific flight if provided alongside origin, carrier, and flight number. If there is no match, we will first try to match the flight to a typical flight between the provided origin and destination airports. Otherwise, we will use the distance-based emissions model if the flight distance is provided.

Optional.

Implementation

core.String? destination;