RoutingState constructor
const
RoutingState({})
Implementation
const RoutingState({
required this.currentRoute,
this.params,
this.queryParams,
this.arguments,
this.routeHistory = const [],
});
const RoutingState({
required this.currentRoute,
this.params,
this.queryParams,
this.arguments,
this.routeHistory = const [],
});