NomoAppRouter constructor

const NomoAppRouter(
  1. Map<String, AppRoute Function([dynamic args])> routes,
  2. List<RouteInfo> routeInfos,
  3. List<NestedNavigator> nestedRoutes
)

Implementation

const NomoAppRouter(this.routes, this.routeInfos, this.nestedRoutes);