RoutebornRouteInfoParser<T> constructor

RoutebornRouteInfoParser<T>({
  1. required Map<String, RouteNode<T>> routes,
  2. required NavigationStack<T> initialStackBuilder(),
  3. required RoutebornPage page404,
})

Implementation

RoutebornRouteInfoParser({
  required this.routes,
  required this.initialStackBuilder,
  required this.page404,
});