visitIntValueNode method

  1. @override
void visitIntValueNode(
  1. IntValueNode node
)
override

Visit IntValueNode.

Implementation

@override
void visitIntValueNode(
  IntValueNode node,
) =>
    node.visitChildren(this);