visitDirectiveNode method

  1. @override
void visitDirectiveNode(
  1. DirectiveNode node
)
override

Visit DirectiveNode.

Implementation

@override
void visitDirectiveNode(
  DirectiveNode node,
) =>
    node.visitChildren(this);