mainRoutes property

List<BartMenuRoute> mainRoutes

Implementation

List<BartMenuRoute> get mainRoutes => routes
    .where((route) => route.type == BartMenuRouteType.bottomNavigation)
    .toList();