destinationLocationDescription property
A brief description of the destination location. For example, for a flight arriving at an airport whose code is “MPM,” “Maputo“ might be an appropriate description. Use this key for any type of boarding pass.
Implementation
// localizable string
@JsonKey(name: 'destinationLocationDescription')
final String? destinationLocationDescription;