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