menuRoutes property
List of routes (not hidden from menu) that this component can navigateTo.
Implementation
List<String> get menuRoutes =>
_routes.where((r) => !isRouteHiddenFromMenu(r)).toList();
List of routes (not hidden from menu) that this component can navigateTo.
List<String> get menuRoutes =>
_routes.where((r) => !isRouteHiddenFromMenu(r)).toList();