flightNumber property
The numeric portion of the IATA flight code, such as 123 for flightCode “EX123”. Use this key only for airline boarding passes.
Implementation
@JsonKey(name: 'flightNumber')
final num? flightNumber;
The numeric portion of the IATA flight code, such as 123 for flightCode “EX123”. Use this key only for airline boarding passes.
@JsonKey(name: 'flightNumber')
final num? flightNumber;