collapsePortRecursive method

bool collapsePortRecursive(
  1. String nodeId,
  2. String portId
)

Collapse a recursively expanded transparent port path.

Implementation

bool collapsePortRecursive(String nodeId, String portId) =>
    schematic.collapsePortThroughRecursive(nodeId, portId);