foursquareType property

  1. @JsonKey(name: 'foursquare_type')
String? get foursquareType
inherited

Optional. Foursquare type of the venue. (For example, "arts_entertainment/default", "arts_entertainment/aquarium" or "food/icecream".)

Implementation

@JsonKey(name: 'foursquare_type')
String? get foursquareType;