ExplodedAddress constructor
ExplodedAddress({})
Implementation
ExplodedAddress({
this.addressStreet,
this.addressNumber,
this.addressNeighborhood,
this.addressState,
this.addressCity,
this.addressCountry,
});