unStaticAllNodes method

void unStaticAllNodes()

Implementation

void unStaticAllNodes() {
  for (final node in nodes) {
    node.unStatic();
  }
}