handlers property

List<T> handlers

The handlers at this sub-path.

Implementation

List<T> get handlers {
  return <T>[...shallowRouter.middleware, ...shallowRoute.handlers];
}