AnnotationArguments constructor
AnnotationArguments({
- required List<
AnnotationArgument> positional, - required Map<
String, AnnotationArgument> named,
Implementation
AnnotationArguments({required this.positional, required this.named});