AddressDTO constructor
AddressDTO({})
Implementation
AddressDTO({
super.id,
super.createdAt,
super.updatedAt,
super.isActive,
super.isDeleted,
this.country,
this.state,
this.city,
this.district,
this.neighborhood,
this.street,
this.buildingNo,
this.doorNo,
this.zipCode,
this.latitude,
this.longitude,
this.openAddress,
});