Shipping constructor
Shipping({})
Implementation
Shipping(
{this.company,
this.firstName,
this.lastName,
this.address1,
this.address2,
this.city,
this.state,
this.postcode,
this.country});