ParseContext<T> class

The parse state consisting of the uri and parameters injected into it

Parameters can be queried with operator[]

Constructors

ParseContext(Uri uri)

Properties

hashCode int
The hash code for this object.
no setterinherited
queryParameters Map<String, dynamic>
Delegates to Uri.queryParameters
no setter
queryParametersAll Map<String, dynamic>
Delegates to Uri.queryParametersAll
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uri Uri
The Uri to route to
final

Methods

asUnmodifiableMap() Map<String, dynamic>
Returns a view of the parameters as an unmodifiable map
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited
operator [](String key) → dynamic
Returns the value for the given key or null if key is not in the map