venueEntrance property

  1. @JsonKey(name: 'venueEntrance')
String? venueEntrance
final

The full name of the entrance, such as “Gate A”, to use to gain access to the ticketed event. Use this key for any type of event ticket.

Implementation

// localizable string
@JsonKey(name: 'venueEntrance')
final String? venueEntrance;