HandlerEnclosingClass<T> constructor

const HandlerEnclosingClass<T>(
  1. String name,
  2. List<HandlerAnnotation> annotations
)

Implementation

const HandlerEnclosingClass(this.name, this.annotations);