AbstractRouteContext<P> class

The class supplied to custom callbacks to describe the route route

Constructors

AbstractRouteContext(Map<String, String> _params, P? _extras, String _url)
default constructor
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getExtras() → P?
Returns the extras supplied with the route
getParams() Map<String, String>
Returns the route parameters as specified by the configured route
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
url() String
Returns the url that is being resolved by the router

Operators

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