DeepLinkParam class final
A special RouteParams class that holds URL query parameters.
When a route is accessed via a URL with query parameters (e.g., /home?foo=bar),
an instance of DeepLinkParam containing {'foo': 'bar'} is automatically
added to the route's arguments.
- Inheritance
-
- Object
- RouteParams
- DeepLinkParam
Constructors
-
DeepLinkParam(Map<
String, String> params) -
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
validate(
) → bool -
Validates the arguments. Returns
trueif the arguments are valid.inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited