Address constructor
Address({})
Implementation
Address({
this.firstName,
this.lastName,
this.email,
this.phone,
this.address,
this.city,
this.postalCode,
this.countryCode,
});
Address({
this.firstName,
this.lastName,
this.email,
this.phone,
this.address,
this.city,
this.postalCode,
this.countryCode,
});