class DrawerMenuItem { String icon; String title; String routeName; int? requestGroupId; String? requestGroupName; DrawerMenuItem(this.icon, this.title, this.routeName, {this.requestGroupId, this.requestGroupName}); }