Location constructor

Location({
  1. LatLng? latlng,
  2. String? locationName,
})

Implementation

Location({
  this.latlng,
  this.locationName,
});