PathControllerReflectiveBinding constructor

PathControllerReflectiveBinding(
  1. String path,
  2. HttpVerb verb,
  3. Symbol method, [
  4. List<MiddlewareFunc> middleware = const [],
])

Implementation

PathControllerReflectiveBinding(String path, HttpVerb verb, this.method,
    [List<MiddlewareFunc> middleware = const []])
    : super(path, verb, middleware);