PostalAddress constructor
PostalAddress({})
Implementation
PostalAddress({
this.revision = 0,
this.regionCode = '',
this.languageCode = '',
this.postalCode = '',
this.sortingCode = '',
this.administrativeArea = '',
this.locality = '',
this.sublocality = '',
this.addressLines = const [],
this.recipients = const [],
this.organization = '',
}) : super(fullyQualifiedName);