RouteState constructor
const
RouteState({})
Implementation
const RouteState({
this.currentModule,
required this.moduleStack,
required this.pageStacks,
required this.routeHistory,
});
const RouteState({
this.currentModule,
required this.moduleStack,
required this.pageStacks,
required this.routeHistory,
});