AddressBody constructor
AddressBody({})
Implementation
AddressBody({
this.country,
this.state,
this.city,
this.district,
this.neighborhood,
this.street,
this.buildingNo,
this.doorNo,
this.zipCode,
this.latitude,
this.longitude,
this.openAddress,
this.id,
});