visitRethrowExpression method
Implementation
@override
R? visitRethrowExpression(RethrowExpression node) {
node.visitChildren2(this);
return null;
}
@override
R? visitRethrowExpression(RethrowExpression node) {
node.visitChildren2(this);
return null;
}