foursquareType property

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

Optional. Foursquare type of the venue, if known.

Implementation

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