menu
blocz package
documentation
_internal/visitors/BlocVisitors.dart
ON_invocationFindByMethodNameVisitor
visitWhileStatement method
visitWhileStatement method
dark_mode
light_mode
visitWhileStatement
method
@
override
void
visitWhileStatement
(
WhileStatement
node
)
inherited
Implementation
@override R? visitWhileStatement(WhileStatement node) => visitStatement(node);
blocz package
documentation
_internal/visitors/BlocVisitors
ON_invocationFindByMethodNameVisitor
visitWhileStatement method
ON_invocationFindByMethodNameVisitor class