menu
cat_analyzer_plugin package
documentation
rules/avoid_hard_coded_string_rule.dart
HardCodedStringIssueVisitor
visitEmptyStatement method
visitEmptyStatement method
dark_mode
light_mode
visitEmptyStatement
method
@
override
void
visitEmptyStatement
(
EmptyStatement
node
)
inherited
Implementation
@override R? visitEmptyStatement(EmptyStatement node) { node.visitChildren(this); return null; }
cat_analyzer_plugin package
documentation
rules/avoid_hard_coded_string_rule
HardCodedStringIssueVisitor
visitEmptyStatement method
HardCodedStringIssueVisitor class