transitProvider property
The name of the transit company. Use this key for any type of boarding pass.
Implementation
// localizable string
@JsonKey(name: 'transitProvider')
final String? transitProvider;
The name of the transit company. Use this key for any type of boarding pass.
// localizable string
@JsonKey(name: 'transitProvider')
final String? transitProvider;