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