RouteNode class Null safety
Constructors
-
RouteNode(List<
RouteSpecification?> specs, {int depth = 0, RegExp? matcher}) - RouteNode.withSpecification(RouteSpecification? specification)
Properties
- controller → Controller?
-
read-only
-
equalityChildren
↔ Map<
String, RouteNode> -
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
-
patternedChildren
↔ List<
RouteNode> -
read / write
- patternMatcher ↔ RegExp?
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- specification ↔ RouteSpecification?
-
read / write
- takeAllChild ↔ RouteNode?
-
read / write
Methods
-
nodeForPathSegments(
Iterator< String> requestSegments, RequestPath path) → RouteNode? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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