debugLoadedBranches property
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>[];