AnnotationArgument constructor
AnnotationArgument({
- required String source,
- required Element? element,
- required bool isInjectable,
- required ServerType type,
- required bool isRequired,
- required String parameterName,
Implementation
AnnotationArgument({
required this.source,
required this.element,
required this.isInjectable,
required this.type,
required this.isRequired,
required this.parameterName,
});