transitStatusReason property
A brief description that explains the reason for the current transitStatus, such as “Thunderstorms”. Use this key for any type of boarding pass.
Implementation
// localizable string
@JsonKey(name: 'transitStatusReason')
final String? transitStatusReason;