static List<TreeNode<K>> getSelectedNodes<K>(List<TreeNode<K>> nodes) { return nodes.where((node) => node.selected).toList(); }