departureGate property

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

The gate number or letters of the departure gate, such as “1A”. Do not include the word “Gate.”

Implementation

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