foursquareId property

  1. @JsonKey(name: 'foursquare_id')
String? get foursquareId
inherited

Optional. Foursquare identifier of the venue if known

Implementation

@JsonKey(name: 'foursquare_id')
String? get foursquareId;