Department constructor
Department({})
Implementation
Department({
this.id,
this.departmentName,
this.departmentCode,
this.description,
this.statusId,
this.userAdd,
this.userEdit,
this.dateAdd,
this.dateEdit,
this.ip,
this.organizationId,
});