ShippingAddress constructor
ShippingAddress({})
Implementation
ShippingAddress(
{this.firstName,
this.lastName,
this.address1,
this.address2,
this.province,
this.city,
this.country,
this.countryCodeV2,
this.phone,
this.zip});