visitPartOfDirective method
Implementation
@override
R? visitPartOfDirective(PartOfDirective node) {
node.visitChildren(this);
return null;
}
@override
R? visitPartOfDirective(PartOfDirective node) {
node.visitChildren(this);
return null;
}