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