menu
blocz package
documentation
_internal/visitors/ClassVisitors.dart
ConstructorVisitor
visitThrowExpression method
visitThrowExpression method
dark_mode
light_mode
visitThrowExpression
method
@
override
void
visitThrowExpression
(
ThrowExpression
node
)
inherited
Implementation
@override R? visitThrowExpression(ThrowExpression node) => visitExpression(node);
blocz package
documentation
_internal/visitors/ClassVisitors
ConstructorVisitor
visitThrowExpression method
ConstructorVisitor class