ShippingAddress constructor
ShippingAddress({})
Implementation
ShippingAddress(
{this.address1,
this.address2,
this.city,
this.company,
this.country,
this.firstName,
this.lastName,
this.latitude,
this.longitude,
this.phone,
this.province,
this.zip,
this.name,
this.countryCode,
this.provinceCode});