expandNonPrimitives method

bool expandNonPrimitives(
  1. String nodeId
)

Reveal non-primitive children without edges.

Implementation

bool expandNonPrimitives(String nodeId) =>
    schematic.expandNonPrimitives(nodeId, includeEdges: false);