LocationResponseValue constructor
const
LocationResponseValue({})
Implementation
const LocationResponseValue({
this.address,
this.city,
this.state,
this.country,
this.postalCode,
this.lat,
this.lng,
this.formattedAddress,
});