VoyagerStackItem class abstract

voyager stack basic building bloc

Implementers

Constructors

VoyagerStackItem()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

asPages(VoyagerRouter router, {List<Object>? scopes, required VoyagerPageBuilder defaultPageBuilder}) List<Page>
converts the state to a list that can be used by e.g. Navigator
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toPathList() List<String>
converts the stack to a list of paths
toString() String
A string representation of this object.
inherited

Operators

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