AnnotationArguments constructor

AnnotationArguments({
  1. required List<AnnotationArgument> positional,
  2. required Map<String, AnnotationArgument> named,
})

Implementation

AnnotationArguments({required this.positional, required this.named});