menu
flutter_testmap package
documentation
analyzer/symbol_ast_visitor.dart
SymbolAstVisitor
visitIfElement method
visitIfElement method
dark_mode
light_mode
visitIfElement
method
@
override
void
visitIfElement
(
IfElement
node
)
inherited
Implementation
@override R? visitIfElement(IfElement node) { node.visitChildren(this); return null; }
flutter_testmap package
documentation
analyzer/symbol_ast_visitor
SymbolAstVisitor
visitIfElement method
SymbolAstVisitor class