Address constructor
Address({})
Implementation
Address({
required this.addressLine1,
this.addressLine2,
this.addressLine3,
this.county,
this.deliveryPointIdentifier,
required this.postcode,
this.town,
});