OrganizationSearchResult constructor

OrganizationSearchResult({
  1. List<DeptInfo>? departmentList,
  2. List<DeptMemberInfo>? departmentMemberList,
})

Implementation

OrganizationSearchResult({
  this.departmentList,
  this.departmentMemberList,
});