eventType property
The type of event. Use this key for any type of event ticket. Possible Values: PKEventTypeGeneric, PKEventTypeLivePerformance, PKEventTypeMovie, PKEventTypeSports, PKEventTypeConference, PKEventTypeConvention, PKEventTypeWorkshop, PKEventTypeSocialGathering
Implementation
@JsonKey(name: 'eventType')
final EventType? eventType;