debugLoadedBranches property

  1. @visibleForTesting
List<StatefulShellBranch> get debugLoadedBranches

Checks if the provided branch is loaded (i.e. has navigation state associated with it).

Implementation

@visibleForTesting
List<StatefulShellBranch> get debugLoadedBranches =>
    route._shellStateKey.currentState?._loadedBranches ??
    <StatefulShellBranch>[];