RouteMatcher constructor

RouteMatcher(
  1. List<Route> _routes
)

Implementation

RouteMatcher(this._routes) {
  _categorizeRoutes();
}