clearChildrenIndex method
Implementation
void clearChildrenIndex(INode node) {
for (final childNode in node.childrenAsList) {
_lastChildMap.remove(childNode);
}
}
void clearChildrenIndex(INode node) {
for (final childNode in node.childrenAsList) {
_lastChildMap.remove(childNode);
}
}