isInput method

bool isInput(
  1. T targetValue
)

Returns true if targetValue is an input of this node.

Implementation

bool isInput(T targetValue) => isInputNode(_resolveNode(targetValue));