class MenuHistory { final String menuLabel; final String menuPath; MenuHistory({ required this.menuLabel, required this.menuPath, }); }