prefer_const_constructors_in_immutables
support for extension types
#59275
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-new-language-feature
linter-set-flutter
P3
A lower priority bug or feature request
More discussion: #53351.
The question is whether we want to treat extension types as effectively annotated
@immutable
(since they essentially are) and lint all non const constructors on extension types./cc @goderbauer @a14n @eernstg
The text was updated successfully, but these errors were encountered: