UAdminGroup constructor
UAdminGroup({})
Implementation
UAdminGroup({
required this.title,
required this.icon,
this.modules = const <UAdminModule>[],
this.groups = const <UAdminGroup>[],
this.id,
this.header,
this.roles,
this.expanded = false,
});