PostalAddress constructor
const
PostalAddress({})
Implementation
const PostalAddress({
this.streetName,
this.buildingNumber,
this.cityName,
this.postalZone,
this.state,
this.country,
});
const PostalAddress({
this.streetName,
this.buildingNumber,
this.cityName,
this.postalZone,
this.state,
this.country,
});