ShippingAddress constructor
ShippingAddress({})
Implementation
ShippingAddress(
{this.firstName,
this.lastName,
this.line1,
this.line2,
this.city,
this.state,
this.postalCode,
this.country,
this.isFullAddress,
this.isStoreAddress});