HandlerRegistration constructor
const
HandlerRegistration(
- String name,
- List<
HandlerParameter> parameters, - List<
HandlerAnnotation> annotations, - TypeCapture returnType,
- HandlerProxy proxy,
- HandlerEnclosingClass enclosingClass,
Implementation
const HandlerRegistration(this.name, this.parameters, this.annotations,
this.returnType, this.proxy, this.enclosingClass);