VRoute class

Describes the current route

The gets formed in VRouteElement.buildRoute

Constructors

VRoute({required VRouteElementNode vRouteElementNode, required List<Page> pages, required Map<String, String> pathParameters, required List<String> names, required List<VRouteElement> vRouteElements})

Properties

hashCode int
The hash code for this object.
no setterinherited
names List<String>
The list of every names in the route
getter/setter pair
pages List<Page>
The list of Page in the route, the can be used to put in a Navigator
final
pathParameters Map<String, String>
The list of every pathParameters (and their associated current value) of the current route
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vRouteElementNode → VRouteElementNode
The top VRouteElementNode of the tree which form the current route
final
vRouteElements List<VRouteElement>
A list of every VRouteElements in the route
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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