location property

String? location
final

location of the event (1-100 characters)

required for events with 'entity_type': EXTERNAL

is not always returned, hence the nullable property

Implementation

final String? location;