$Locality constructor

$Locality({
  1. String? region,
  2. String? subZone,
  3. String? zone,
})

Implementation

$Locality({
  this.region,
  this.subZone,
  this.zone,
});