menu
blocz package
documentation
_internal/visitors/BlocVisitors.dart
ON_invocationLastLineNumberVisitor
visitWhileStatement method
visitWhileStatement method
dark_mode
light_mode
visitWhileStatement
method
@
override
void
visitWhileStatement
(
WhileStatement
node
)
inherited
Implementation
@override R? visitWhileStatement(WhileStatement node) { node.visitChildren(this); return null; }
blocz package
documentation
_internal/visitors/BlocVisitors
ON_invocationLastLineNumberVisitor
visitWhileStatement method
ON_invocationLastLineNumberVisitor class