seats property
An array of objects that represent the details for each seat at an event or on a transit journey. Use this key for any type of boarding pass or event ticket.
Implementation
@JsonKey(name: 'seats')
final List<SemanticTagTypeSeat>? seats;