RouteData class
Route data class.
Constructors
-
RouteData(dynamic path, {dynamic data, Map<
String, dynamic> ? queryParameters, dynamic result, bool removeUntilPredicate(Route route)?, PageTransitionSettings? pageTransitionSettings, PageTransitionType? pageTransitionType, dynamic onPop(dynamic value)?})
Properties
- data ↔ dynamic
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
getter/setter pair
- onPop ↔ dynamic Function(dynamic value)?
-
getter/setter pair
- pageTransitionSettings ↔ PageTransitionSettings?
-
getter/setter pair
- pageTransitionType ↔ PageTransitionType?
-
getter/setter pair
- path ↔ dynamic
-
getter/setter pair
-
queryParameters
↔ Map<
String, dynamic> ? -
getter/setter pair
- removeUntilPredicate ↔ bool Function(Route route)?
-
getter/setter pair
- result ↔ dynamic
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
routeToPage(
) → dynamic - Redirect to a new route.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited