flightCode property
The IATA flight code, such as “EX123”. Use this key only for airline boarding passes.
Implementation
// localizable string
@JsonKey(name: 'flightCode')
final String? flightCode;
The IATA flight code, such as “EX123”. Use this key only for airline boarding passes.
// localizable string
@JsonKey(name: 'flightCode')
final String? flightCode;