vehicleType property

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

A brief description of the type of vehicle to board, such as the model and manufacturer of a plane or the class of a boat. Use this key for any type of boarding pass.

Implementation

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