destinationGate property

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

The gate number or letter of the destination gate, such as “1A”. Don’t include the word “Gate.” Use this key only for airline boarding passes.

Implementation

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