We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be89e91 commit fe1606bCopy full SHA for fe1606b
lib/src/lints/avoid_final_with_getter/visitors/getter_variable_visitor.dart
@@ -13,7 +13,6 @@ class GetterVariableVisitor extends RecursiveAstVisitor<void> {
13
: _getterId = getter.getterReferenceId;
14
15
/// Is there a variable associated with the getter
16
-
17
VariableDeclaration? get variable => _variable;
18
19
@override
0 commit comments