GeocodeQuery constructor

GeocodeQuery({
  1. String? city,
  2. String? locationName,
})

Implementation

GeocodeQuery({
  this.city,
  this.locationName,
});