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