ChatAccountModel constructor

ChatAccountModel(
  1. bool isOnline,
  2. Iterable<ChatAccountDepartmentModel> departments
)

Implementation

ChatAccountModel(
  this.isOnline,
  this.departments,
);