SymlinkRoute<T> constructor

SymlinkRoute<T>(
  1. String path,
  2. Router<T> router
)

Implementation

SymlinkRoute(String path, this.router)
    : super(path, method: 'GET', handlers: <T>[]);