AnnotationRequests constructor Null safety

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

Implementation

AnnotationRequests({
  required this.requests,
});