ThemeDevelopmentRoute class
generated route for ThemeDevelopmentScreen
- Inheritance
-
- Object
- PageRouteInfo<
void> - ThemeDevelopmentRoute
Constructors
-
ThemeDevelopmentRoute({List<
PageRouteInfo> ? children}) -
const
Properties
- args → void
-
The typed arguments of the route
finalinherited
-
flattened
→ List<
PageRouteInfo> -
Returns a flattened list of this route and it's sub-routes
e.g if we have = Route1[Route2
Route3
] the result isRoute1,Route2,Route3
read-onlyinherited - fragment → String
-
The fragment of the Uri.fragment
finalinherited
- fromRedirect → bool
-
Whether is route is redirected from other route
read-onlyinherited
- hasChildren → bool
-
Whether this route has initial child routes
read-onlyinherited
- hashCode → int
-
The hash code for this object.
read-onlyinherited
-
initialChildren
→ List<
PageRouteInfo> ? -
The list of initial route entries to be matched
by the sub-router when it's created
finalinherited
- pathParams → Parameters
-
Builds and returns a new instance of Parameters with rawPathParams
read-onlyinherited
- queryParams → Parameters
-
Builds and returns a new instance of Parameters with rawQueryParams
read-onlyinherited
-
rawPathParams
→ Map<
String, dynamic> -
Route page parameters can be marked as
a PathParam, and when this entity is generated
it generates a corresponding parameter that's passed
to this map so it can be used to build the url later on
finalinherited
-
rawQueryParams
→ Map<
String, dynamic> -
Route page parameters can be marked as
a QueryParam, and when this entity is generated
it generates a corresponding parameter that's passed
to this map so it can be used to build the url later on
finalinherited
- redirectedFrom → String?
-
Takes the value of RouteMatch.redirectedFrom
this is only populated it's build from match PageRouteInfo.fromMatch
finalinherited
- routeName → String
-
The name of the route
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
copyWith(
{String? name, String? path, void args, RouteMatch? match, Map< String, dynamic> ? params, Map<String, dynamic> ? queryParams, List<PageRouteInfo> ? children, String? fragment}) → PageRouteInfo -
Returns a new instance with the provided
overrides
inherited
-
match(
BuildContext context) → RouteMatch? -
Returns the match result of this route
which internally calls
router.matcher.matchByRoute
inherited -
Calls StackRouter.navigate with this route on the nearest router
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
push<
E> (BuildContext context) → Future< E?> -
Calls StackRouter.push with this route on the nearest router
inherited
-
show<
E> (BuildContext context) → Future< E?> -
Calls StackRouter.push with this route on the nearest router
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited