collapseAll method

void collapseAll()

Collapses all nodes of this tree recursively.

This method delegates its call to collapseCascading passing in roots as the nodes to be collapsed.

Implementation

void collapseAll() => collapseCascading(roots);