AddressWithGeoLocation constructor

AddressWithGeoLocation({
  1. Address? address,
  2. GeoCoordinates? location,
})

Implementation

AddressWithGeoLocation({
  this.address,
  this.location,
});