areAllExpanded method

bool areAllExpanded()

Returns true if all nodes are expanded, otherwise returns false.

Implementation

bool areAllExpanded() {
  return _displayNodes.length == _allNodes.length;
}