visitDirectiveNode method

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

Visit DirectiveNode.

Implementation

@override
DirectiveNode visitDirectiveNode(
  DirectiveNode node,
) =>
    node;