PathedRouteDefinition class

The idea of this resolver is to not only do a name but also a tree You can specify routes in a table, and it can validate each path segment

Inheritance

Properties

builder RouteWidgetBuilder
This is the builder for the content
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
routeBuilder RouteBuilder?
This is an optional RouteBuilder
getter/setter pairinherited
routes List<List<RouteDefinition>>
data format is level, namedroute
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

matches(RouteSettings settings) bool
If this route definition matches a RouteSettings object
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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