HandlerParameter<T> constructor
const
HandlerParameter<T> (
- String name,
- bool nullable,
- List<
HandlerAnnotation> annotations
Implementation
const HandlerParameter(this.name, this.nullable, this.annotations);