HandlerRegistration constructor

const HandlerRegistration(
  1. String name,
  2. List<HandlerParameter> parameters,
  3. List<HandlerAnnotation> annotations,
  4. TypeCapture returnType,
  5. HandlerProxy proxy,
  6. HandlerEnclosingClass enclosingClass,
)

Implementation

const HandlerRegistration(this.name, this.parameters, this.annotations,
    this.returnType, this.proxy, this.enclosingClass);