visitChildren method
Use the given visitor
to visit all of the children of this node.
The children will be visited in lexical order.
Implementation
@override
void visitChildren(AstVisitor visitor) {
// There are no children to visit.
}
Use the given visitor
to visit all of the children of this node.
The children will be visited in lexical order.
@override
void visitChildren(AstVisitor visitor) {
// There are no children to visit.
}