flightCode property

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

The IATA flight code, such as “EX123”. Use this key only for airline boarding passes.

Implementation

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