SimpleParameterAnnotation constructor

const SimpleParameterAnnotation({
  1. required AnnotationType type,
  2. String? name,
})

Implementation

const SimpleParameterAnnotation({required this.type, this.name});