PathsBuilder class

Constructors

PathsBuilder({required RegExp pattern, required String path(String), required List<PathsBuilder> paths, required List<RouteBuilder<RouteArguments>> builders, required Widget notFoundScreen(), RouteBuilder<RouteArguments>? accessDeniedRoute, RouteBuilder<RouteArguments>? signInRoute})

Properties

accessDeniedRoute RouteBuilder<RouteArguments>?
getter/setter pair
builders List<RouteBuilder<RouteArguments>>
final
hashCode int
The hash code for this object.
no setterinherited
notFoundScreen Widget Function()
final
path String Function(String)
final
paths List<PathsBuilder>
final
pattern RegExp
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signInRoute RouteBuilder<RouteArguments>?
final

Methods

bareBuilder(String path, Widget screen()) RouteBuilder<RouteArguments>
build(String path, Uri uri) RoutePath<RouteArguments>
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