resetIndentationCache method
void
resetIndentationCache()
Implementation
void resetIndentationCache() {
if (childrenAsList.isEmpty) return;
(childrenAsList[length - 1] as ITreeNode).isLastChild = false;
areChildIndicesCached = false;
}