departureTerminal property
The name or letter of the departure terminal, such as “A”. Don’t include the word “Terminal.” Use this key only for airline boarding passes.
Implementation
// localizable string
@JsonKey(name: 'departureTerminal')
final String? departureTerminal;