RouteNode class

Constructors

RouteNode(List<RouteSpecification?> specs, {int depth = 0, RegExp? matcher})
RouteNode.withSpecification(RouteSpecification? specification)

Properties

controller Controller?
no setter
equalityChildren Map<String, RouteNode>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
patternedChildren List<RouteNode>
getter/setter pair
patternMatcher RegExp?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
specification RouteSpecification?
getter/setter pair
takeAllChild RouteNode?
getter/setter pair

Methods

nodeForPathSegments(Iterator<String> requestSegments, RequestPath path) RouteNode?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString({int depth = 0}) String
A string representation of this object.
override

Operators

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