LocalMap constructor

LocalMap({
  1. String? placeId,
  2. double? lat,
  3. double? lng,
  4. String? region,
  5. String? address,
})

Implementation

LocalMap({
  this.placeId,
  this.lat,
  this.lng,
  this.region,
  this.address,
});