Properties constructor

Properties({
  1. String? foursquare,
  2. bool? landmark,
  3. String? category,
  4. String? maki,
  5. String? wikidata,
  6. String? mapboxId,
  7. String? address,
})

Implementation

Properties({
  this.foursquare,
  this.landmark,
  this.category,
  this.maki,
  this.wikidata,
  this.mapboxId,
  this.address,
});