PostalAddress constructor
PostalAddress({})
Implementation
PostalAddress({
this.recipientName,
this.phoneNumber,
this.streetAddress,
this.extendedAddress,
this.locality,
this.region,
this.postalCode,
this.sortingCode,
this.countryCodeAlpha2,
});