mainRoutes property

List<BartMenuRoute> get mainRoutes

Implementation

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