GeocodeResult constructor
GeocodeResult({
- List<
GeocodeAddressList> ? geocodeAddressList, - GeocodeQuery? geocodeQuery,
Implementation
GeocodeResult({
this.geocodeAddressList,
this.geocodeQuery,
});