HyperController class abstract

Implementers

Constructors

HyperController()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stack RouteNode<RouteValue>
The navigation stack
no setter

Methods

Updates the navigation stack to the path from target to the root of the navigation tree. The target route will receive target as its value.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pop<T>([T? value]) → void
Removes the top-most route from the stack.
toString() String
A string representation of this object.
inherited

Operators

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