RouteConfig class

Constructors

RouteConfig(String name, {required String path, bool usesPathAsKey = false, List<StackedRouteGuard> guards = const [], bool fullMatch = false, String? redirectTo, String? parent, Map<String, dynamic> meta = const {}, bool deferredLoading = false, List<RouteConfig>? children})

Properties

children → RouteCollection?
no setter
deferredLoading bool
final
fullMatch bool
final
guards List<StackedRouteGuard>
final
hashCode int
The hash code for this object.
no setterinherited
hasSubTree bool
no setter
isRedirect bool
no setter
meta Map<String, dynamic>
final
name String
final
parent String?
final
path String
final
redirectTo String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
usesPathAsKey bool
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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