Annotation required parameters are ignored #48969
Labels
area-analyzer
Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
P2
A bug or feature request we're likely to work on
This bug appears on both:
Given the following code snippet:
The analyzer does not complain that the required
foo
parameter is missing when used as an annotation. However, it does when the class is instantiated (within main). I am able to omit the required values from the annotation when they should be required.The text was updated successfully, but these errors were encountered: