Properties constructor

Properties({
  1. String? shortCode,
  2. String? wikidata,
  3. String? address,
})

Implementation

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