eventKey property

  1. @BuiltValueField(wireName: 'event')
String eventKey

The key of the event for which you want to render the seating chart. Either events or event must be passed in, but not both. Currently the Channels functionality is not supported when using multiple events.

Implementation

@BuiltValueField(wireName: 'event')
String get eventKey;