MenuHistory constructor

const MenuHistory({
  1. required String menuLabel,
  2. required String menuPath,
})

Implementation

const MenuHistory({
  required this.menuLabel,
  required this.menuPath,
});