SimpleParameterAnnotation constructor
const
SimpleParameterAnnotation({
- required AnnotationType type,
- String? name,
Implementation
const SimpleParameterAnnotation({required this.type, this.name});