boardingGroup property
A group number for boarding. Use this key for any type of boarding pass.
Implementation
// localizable string
@JsonKey(name: 'boardingGroup')
final String? boardingGroup;
A group number for boarding. Use this key for any type of boarding pass.
// localizable string
@JsonKey(name: 'boardingGroup')
final String? boardingGroup;