ZDDepartment constructor
ZDDepartment({})
Implementation
ZDDepartment({
this.photoURL,
required this.name,
this.description,
required this.id,
required this.nameInCustomerPortal,
required this.layoutCount
});