selection property
Set<TreeNodeId>
get
selection
Every selected node id (click/keyboard selection). In single mode this is at most one; in multi mode any number. Empty when nothing is selected.
Implementation
Set<TreeNodeId> get selection => Set<TreeNodeId>.from(_selection);