ZDLayout constructor
ZDLayout({})
Implementation
ZDLayout({
required this.id,
required this.departmentId,
this.layoutDesc,
required this.layoutName,
this.photoURL,
required this.module,
this.hasLogo = false,
this.isDefaultLayout = false,
this.isStandardLayout = true,
});