carNumber property

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

The number of the passenger car. A train car is also called a carriage, wagon, coach, or bogie in some countries. Use this key only for a train or other rail boarding pass.

Implementation

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