Address constructor
Address({})
Implementation
Address({
this.addressLine1,
this.addressLine2,
this.addressLine3,
this.contactName,
this.countryCode,
this.kind,
this.locality,
this.organizationName,
this.postalCode,
this.region,
});