visitDirectiveDefinitionNode method
Visit DirectiveDefinitionNode.
Implementation
@override
void visitDirectiveDefinitionNode(
DirectiveDefinitionNode node,
) =>
node.visitChildren(this);
Visit DirectiveDefinitionNode.
@override
void visitDirectiveDefinitionNode(
DirectiveDefinitionNode node,
) =>
node.visitChildren(this);