GeocodingPrettyAddress constructor

const GeocodingPrettyAddress({
  1. String address = '',
  2. String city = '',
  3. String country = '',
  4. double latitude = 0,
  5. double longitude = 0,
  6. String postalCode = '',
  7. String state = '',
  8. String stateCode = '',
  9. String countryCode = '',
  10. String streetNumber = '',
  11. String streetName = '',
  12. String placeId = '',
})

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 = '',
});