unnecessary_setters_getters should allow when one is deprecated #58120
Labels
analyzer-linter
Issues with the analyzer's support for the linter package
area-analyzer
Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
linter-false-positive
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
I have code that looks like this:
Both the setter and getter have been flagged by
unnecessary_setters_getters
, but I think they should be allowed, as one is@Deprecated
.The text was updated successfully, but these errors were encountered: