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