venueLocation property

  1. @JsonKey(name: 'venueLocation')
SemanticTagTypeLocation? venueLocation
final

An object that represents the geographic coordinates of the venue. Use this key for any type of event ticket.

Implementation

@JsonKey(name: 'venueLocation')
final SemanticTagTypeLocation? venueLocation;