ControllerMethod constructor
ControllerMethod(
- ControllerMethodDefinition method, [
- Iterable<
ControllerMethodParam> params = const []
Implementation
ControllerMethod(this.method, [this.params = const []]);