vehicleName property
The name of the vehicle to board, such as the name of a boat. Use this key for any type of boarding pass.
Implementation
// localizable string
@JsonKey(name: 'vehicleName')
final String? vehicleName;
The name of the vehicle to board, such as the name of a boat. Use this key for any type of boarding pass.
// localizable string
@JsonKey(name: 'vehicleName')
final String? vehicleName;