expandedNodes property
The list of node id's that are currently expanded in the TreeView.
Implementation
UnmodifiableListView<String> get expandedNodes {
return UnmodifiableListView(_expandedNodes.keys);
}
The list of node id's that are currently expanded in the TreeView.
UnmodifiableListView<String> get expandedNodes {
return UnmodifiableListView(_expandedNodes.keys);
}