VRouterData class abstract

Implementers

Constructors

VRouterData()

Properties

hash String?
The hash of the url (a.k.a fragment)
no setter
hashCode int
The hash code for this object.
no setterinherited
historyState Map<String, String>
This state is saved in the browser history. This means that if the user presses the back or forward button on the navigator, this historyState will be the same as the last one you saved.
no setter
names List<String>
A list of every names corresponding to the VRouteElements in the current stack
no setter
path String?
Path of url
no setter
pathParameters Map<String, String>
Maps all route parameters (i.e. parameters of the path mentioned as ":someId")
no setter
previousPath String?
Path of previousUrl
no setter
previousUrl String?
Previous url that was synced with the state
no setter
queryParameters Map<String, String>
Contains all query parameters (i.e. parameters after the "?" in the url) of the current url
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String?
Url currently synced with the state This url can differ from the once of the browser if the state has been yet been updated
no setter

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