RoutingConfigNotifier constructor
RoutingConfigNotifier(
- List<
RouteBase> routes
Implementation
RoutingConfigNotifier(List<g.RouteBase> routes)
: super(g.RoutingConfig(routes: routes));