getRouteGuards method

List<RouteGuard> getRouteGuards()

Get the route guards.

Implementation

List<RouteGuard> getRouteGuards() {
  return _routeGuards;
}