AddressDTO constructor
Implementation
const AddressDTO({
this.lat,
this.long,
this.address1,
this.address2,
this.city,
this.state,
this.postalCode,
this.country,
});
const AddressDTO({
this.lat,
this.long,
this.address1,
this.address2,
this.city,
this.state,
this.postalCode,
this.country,
});