vehicleName property

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

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;