findVertex method

LayoutVertex? findVertex(
  1. Node node
)

Returns the LayoutVertex that was constructed for the Node. @param {Node} node @return {LayoutVertex} a vertex in this network, or null if no such vertex exists.

Implementation

_i3.LayoutVertex? findVertex(_i3.Node node) => _i4.callMethod(
      this,
      'findVertex',
      [node],
    );