NavigationParams class

Additional parameters for Router.navigate.

Constructors

const

Properties

fragment String
The hash fragment for a URL.
final
hashCode int
The hash code for this object.
no setterinherited
queryParameters Map<String, String>
A map of parameters for the querystring of a URL.
final
reload bool
Whether to force the router to navigate.
final
replace bool
Whether to replace the current history entry or create a new one.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateUrl bool
Navigate and push the new state into history.
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