debugSetSelection method
Implementation
@visibleForTesting
void debugSetSelection(Iterable<NodeId> nodeIds) {
_selectionModel.debugSetSelection(nodeIds);
}
@visibleForTesting
void debugSetSelection(Iterable<NodeId> nodeIds) {
_selectionModel.debugSetSelection(nodeIds);
}