RouteData class

Constructors

RouteData({required RouteMatch route, required RoutingController router, RouteData? parent, required List<RouteMatch> pendingChildren})

Properties

args Object?
no setter
no setter
fragment String
no setter
hashCode int
The hash code for this object.
no setterinherited
hasPendingChildren bool
no setter
hasPendingSubNavigation bool
no setter
inheritedPathParams Parameters
no setter
isActive bool
no setter
key LocalKey
no setter
match String
no setter
meta Map<String, dynamic>
no setter
name String
no setter
parent RouteData?
no setter
path String
no setter
pathParams Parameters
no setter
pendingChildren List<RouteMatch>
final
queryParams Parameters
no setter
route RouteMatch
no setter
router RoutingController
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
topMatch RouteMatch
no setter

Methods

argsAs<T>({T orElse()?}) → T
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

Static Methods

of(BuildContext context) RouteData