activeBranchStack property

NavigationStack<T> activeBranchStack

Implementation

NavigationStack<T> get activeBranchStack => availableBranches[activeBranch]!;