https://dart-lang.github.io/linter/lints/unnecessary_constructor_name.html
The constructor tearoffs feature added one bit of useless syntax for consistency sake. We should recommend the lint which avoids the useless .new, and allows it only when it's necessary for a tearoff.