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