Address constructor
Address({})
Implementation
Address(
{this.addressId,
this.address,
this.country,
this.state,
this.city,
this.postcode,
this.shopLatitude,
this.shopLongitude,
this.flatRate,
this.forFirst,
this.everyAdditional});