Address constructor
Address({})
Constructor to create Address.
Implementation
Address({
this.addressee,
this.addressLine1,
this.addressLine2,
this.city,
this.state,
this.countryCode,
this.postalCode,
this.phoneNumber,
this.email,
this.extraAddressInfo,
});