AddressInfo constructor
AddressInfo({})
Implementation
AddressInfo({
this.addressLine,
this.administrativeArea,
this.city,
this.familyName,
this.givenName,
this.postalCode,
this.regionCode,
});
AddressInfo({
this.addressLine,
this.administrativeArea,
this.city,
this.familyName,
this.givenName,
this.postalCode,
this.regionCode,
});