GeocodingPrettyAddress constructor
const
GeocodingPrettyAddress({})
Implementation
const GeocodingPrettyAddress({
this.address = '',
this.city = '',
this.country = '',
this.latitude = 0,
this.longitude = 0,
this.postalCode = '',
this.state = '',
this.stateCode = '',
this.countryCode = '',
this.streetNumber = '',
this.streetName = '',
this.placeId = '',
});