StackedRouter class

Constructors

StackedRouter()

Properties

allRoutes Set<String>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
pagesMap Map<Type, StackedRouteFactory>
no setter
routes List<RouteDef>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

allMatches(RouteMatcher matcher) List<RouteMatchV1>
inherited
call(RouteSettings settings) Route?
inherited
findMatch(RouteSettings settings) → RouteMatchV1?
inherited
hasMatch(String path) bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onGenerateRoute(RouteSettings settings, [String? basePath]) Route?
inherited
toString() String
A string representation of this object.
inherited

Operators

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