RouteTree class

Available Extensions

Constructors

RouteTree(ParameterExtractorType parameterType)

Properties

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

Methods

addRoute<R, P extends RouteParams>(AppRoute<R, P> route) AppRoute<R, P>
findRouteByKey(String? key) AppRoute<dynamic, RouteParams>?
matchRoute(String? path) AppRouteMatch<dynamic, RouteParams>?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
printTree({bool logToConsole = true}) String
toString() String
A string representation of this object.
inherited

Operators

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