RoutingConfigNotifier constructor

RoutingConfigNotifier(
  1. List<RouteBase> routes
)

Implementation

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