WarehouseDetailsRoute constructor
WarehouseDetailsRoute({
- Key? key,
- InventoryLocalization? appLocalizations,
- List<
PageRouteInfo> ? children,
Implementation
WarehouseDetailsRoute({
_i11.Key? key,
_i12.InventoryLocalization? appLocalizations,
List<_i10.PageRouteInfo>? children,
}) : super(
WarehouseDetailsRoute.name,
args: WarehouseDetailsRouteArgs(
key: key,
appLocalizations: appLocalizations,
),
initialChildren: children,
);