PagesBuilder class

Constructors

PagesBuilder(AppRoutes<AppRoute> routes, AppRouterState state)

Properties

hashCode int
The hash code for this object.
no setterinherited
routes AppRoutes<AppRoute>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state AppRouterState
final

Methods

checkGuard(AppRoute original, AppRoute route, [AppRoute? resolved, RouteDefinition<AppRoute>? routeDef]) → void
getGuardPages(AppRoute guardRoute, AppRoute route, {bool cupertino = false}) List<Page>
getPage(AppRoute route, {bool cupertino = false}) Page
getPages({bool cupertino = false}) List<Page>
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