WarehouseDetailsRoute class
generated route for _i9.WarehouseDetailsPage
Constructors
-
WarehouseDetailsRoute({Key? key, InventoryLocalization? appLocalizations, List<
PageRouteInfo> ? children})
Properties
- args → WarehouseDetailsRouteArgs?
-
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
no setterinherited - fragment → String
-
The fragment of the Uri.fragment
finalinherited
- fromRedirect → bool
-
Whether is route is redirected from other route
no setterinherited
- hasChildren → bool
-
Whether this route has initial child routes
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
-
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
no setterinherited - queryParams → Parameters
-
Builds and returns a new instance of Parameters with
rawQueryParams
no setterinherited -
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 onfinalinherited -
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 onfinalinherited - redirectedFrom → String?
-
Takes the value of
RouteMatch.redirectedFrom
this is only populated it's build from matchPageRouteInfo.fromMatch
finalinherited - routeName → String
-
The name of the route
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{String? name, String? path, WarehouseDetailsRouteArgs? 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 routerinherited -
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 routerinherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- name → const String
-
page
→ const PageInfo<
WarehouseDetailsRouteArgs>