AnnotationRequests constructor

AnnotationRequests({
  1. required List<AnnotationRequest> requests,
})

Implementation

AnnotationRequests({
  required this.requests,
});