departureLocationDescription property

  1. @JsonKey(name: 'departureLocationDescription')
String? departureLocationDescription
final

A brief description of the departure location. For example, for a flight departing from an airport whose code is “LHR,” an appropriate description might be “London, Heathrow“. Use this key for any type of boarding pass.

Implementation

// localizable string
@JsonKey(name: 'departureLocationDescription')
final String? departureLocationDescription;