Properties constructor

Properties({
  1. String? accuracy,
  2. String? address,
  3. String? category,
  4. String? wikidata,
  5. String? shortCode,
})

Implementation

Properties({
  this.accuracy,
  this.address,
  this.category,
  this.wikidata,
  this.shortCode,
});