| commit | e0d4c6452e65d582b2c07bc8773b0356c3bf75e4 | [log] [tgz] |
|---|---|---|
| author | Nate Bosch <nbosch@google.com> | Fri Apr 07 10:32:34 2023 -0700 |
| committer | GitHub <noreply@github.com> | Fri Apr 07 10:32:34 2023 -0700 |
| tree | 3ac69986603364c96d92b793fa76c404da251fd1 | |
| parent | db815094bc178c95a438c2ca151c62f09ceb58b1 [diff] |
Fix deprecated_new_in_comment_reference (dart-lang/web_socket_channel#262) Switch to `ClassName.new` constructor tearoff syntax instead of the deprecated `new ClassName`. Remove reference to deprecated lint `invariant_booleans`.