Department.fromJson(Map<String, dynamic> json) { id = json['id']; departmentName = json['departmentName']; description = json['description']; }