WebApiLogicAppFuncSessionDepartment constructor

WebApiLogicAppFuncSessionDepartment({
  1. String? departmentid,
  2. String? department,
})

Implementation

WebApiLogicAppFuncSessionDepartment({
  this.departmentid,
  this.department,
});