destinationAirportName property
The full name of the destination airport, such as “London Heathrow”. Use this key only for airline boarding passes.
Implementation
// localizable string
@JsonKey(name: 'destinationAirportName')
final String? destinationAirportName;