ParsedRoute class

A route path that has been parsed by IRouteParser.

Constructors

ParsedRoute(String path)

Properties

hashCode int
The hash code for this object.
no setteroverride
parameters Map<String, dynamic>
The path parameters ({id: 123})
latefinal
path String
The current path location without query parameters. (/book/123)
final
pattern String
The path template (/book/:id)
final
runtimeType Type
A representation of the runtime type of the object.
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.
override

Operators

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

Static Methods

getParam(String url) Map<String, dynamic>
getPattern(String url) String

Constants

dynamicParams → const Set<String>