replace some ._() constructors with class modifiers (#122765)

This commit is contained in:
Michael Goderbauer
2023-03-23 12:29:18 -07:00
committed by GitHub
parent 7b7af9f34c
commit 31798757e7
37 changed files with 45 additions and 204 deletions

View File

@@ -42,7 +42,7 @@ linter:
- avoid_bool_literals_in_conditional_expressions
# - avoid_catches_without_on_clauses # blocked on https://github.com/dart-lang/linter/issues/3023
# - avoid_catching_errors # blocked on https://github.com/dart-lang/linter/issues/3023
- avoid_classes_with_only_static_members
# avoid_classes_with_only_static_members # # we do this commonly for `abstract final class`es
- avoid_double_and_int_checks
- avoid_dynamic_calls
- avoid_empty_else