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