visitChildren method
Visit all child nodes of this node.
Implementation
@override
void visitChildren(SAstVisitor visitor) {
expression?.accept(visitor);
}
Visit all child nodes of this node.
@override
void visitChildren(SAstVisitor visitor) {
expression?.accept(visitor);
}