currentTabRoutes property

List<PendingRoute> get currentTabRoutes

Implementation

List<PendingRoute> get currentTabRoutes =>
    _tabRoutes.putIfAbsent(currTab, () => []);