venueRoom property
The full name of the room where the ticketed event is to take place. Use this key for any type of event ticket.
Implementation
// localizable string
@JsonKey(name: 'venueRoom')
final String? venueRoom;
The full name of the room where the ticketed event is to take place. Use this key for any type of event ticket.
// localizable string
@JsonKey(name: 'venueRoom')
final String? venueRoom;