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