AddressModel constructor
AddressModel({})
Implementation
AddressModel({
this.addressLine1,
this.addressLine2,
this.city,
this.state,
this.locality,
this.country,
this.zipCode,
this.latitude,
this.longitude,
});