vehicleNumber property
The identifier of the vehicle to board, such as the aircraft registration number or train number. Use this key for any type of boarding pass.
Implementation
// localizable string
@JsonKey(name: 'vehicleNumber')
final String? vehicleNumber;