menu
blocz package
documentation
_internal/visitors/ClassVisitors.dart
ClassFieldVisitor
visitForElement method
visitForElement method
dark_mode
light_mode
visitForElement
method
@
override
void
visitForElement
(
ForElement
node
)
inherited
Implementation
@override R? visitForElement(ForElement node) { node.visitChildren(this); return null; }
blocz package
documentation
_internal/visitors/ClassVisitors
ClassFieldVisitor
visitForElement method
ClassFieldVisitor class