StreetAddress constructor
StreetAddress({})
Implementation
StreetAddress({
this.geometry,
this.addressLine,
this.countryName,
this.countryCode,
this.featureName,
this.postalCode,
this.adminArea,
this.subAdminArea,
this.locality,
this.subLocality,
this.thoroughfare,
this.subThoroughfare,
});