AutoRouteInformation class

An extended type of RouteInformation that holds an extra property replace which forces the current route to be replaced

Inheritance

Constructors

AutoRouteInformation({required String location, Object? state, bool replace = true})
Default constructor
const

Properties

hashCode int
The hash code for this object.
no setteroverride
location String
The location of the application.
no setterinherited
replace bool
forces the current location to be replaced with this location
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state Object?
The state of the application in the uri.
finalinherited
uri Uri
The uri location of the application.
no setterinherited

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.
override