transitStatus property
A brief description of the current boarding status for the vessel, such as “On Time” or “Delayed”. For delayed status, provide currentBoardingDate, currentDepartureDate, and currentArrivalDate where available. Use this key for any type of boarding pass.
Implementation
// localizable string
@JsonKey(name: 'transitStatus')
final String? transitStatus;