ChatAccountModel constructor
ChatAccountModel(
- bool isOnline,
- Iterable<
ChatAccountDepartmentModel> departments
Implementation
ChatAccountModel(
this.isOnline,
this.departments,
);