isOutput method

bool isOutput(
  1. T targetValue
)

Returns true if targetValue is an output of this node.

Implementation

bool isOutput(T targetValue) => isOutputNode(_resolveNode(targetValue));