carNumber property
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;