PostalAddress constructor
PostalAddress({})
Implementation
PostalAddress({
this.addressLines,
this.administrativeArea,
this.languageCode,
this.locality,
this.organization,
this.postalCode,
this.recipients,
this.regionCode,
this.revision,
this.sortingCode,
this.sublocality,
});