ChatAccountDepartmentModel constructor

ChatAccountDepartmentModel(
  1. String name,
  2. String id,
  3. DEPARTMENT_STATUS status
)

Implementation

ChatAccountDepartmentModel(
  this.name,
  this.id,
  this.status,
);