SymlinkRoute<T> constructor

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

Implementation

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