cacheDescendantChildren method

void cacheDescendantChildren()

Mark that this node can cache its descendantChildren.

Implementation

void cacheDescendantChildren() {
  _cacheDescendantChildren = true;
}