NavigationStack<T> class

Constructors

Properties

hashCode int
The hash code for this object.
no setterinherited
pageNodesStack UnmodifiableListView<AppPageNode<T>>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

activeStackFlattened() Iterable<RoutebornPage>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
popPage() NavigationStack<T>
popUntil(bool predicate(RoutebornPage)) NavigationStack<T>
pushPage(AppPageNode<T> page) NavigationStack<T>
replaceAllWith(List<AppPageNode<T>> pages) NavigationStack<T>
replaceLastWith(AppPageNode<T> page) NavigationStack<T>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited