currentTabRoutes property

List<PendingRoute> currentTabRoutes

Implementation

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