HandlerParameter<T> constructor

const HandlerParameter<T>(
  1. String name,
  2. bool nullable,
  3. List<HandlerAnnotation> annotations
)

Implementation

const HandlerParameter(this.name, this.nullable, this.annotations);