menu
loc_checker package
documentation
ast_visitor.dart
StringLiteralVisitor
visitComment method
visitComment method
dark_mode
light_mode
visitComment
method
@
override
void
visitComment
(
Comment
node
)
inherited
Implementation
@override R? visitComment(Comment node) { node.visitChildren(this); return null; }
loc_checker package
documentation
ast_visitor
StringLiteralVisitor
visitComment method
StringLiteralVisitor class