Skip to content

Commit

Permalink
Refactor avoid_final_with_getter_visitor.dart to remove isStatic prop…
Browse files Browse the repository at this point in the history
…erty from declaredElement
  • Loading branch information
4akloon committed Apr 18, 2024
1 parent 4db89a6 commit f715afa
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ class AvoidFinalWithGetterVisitor extends RecursiveAstVisitor<void> {
isGetter: true,
declaredElement: ExecutableElement(
isAbstract: false,
isStatic: false,
isPublic: true,
)
)) {
Expand Down

0 comments on commit f715afa

Please sign in to comment.