selectedKeys property
UnmodifiableSetView<K>
get
selectedKeys
The set of selected item keys.
Implementation
UnmodifiableSetView<K> get selectedKeys => UnmodifiableSetView(value.selectedKeys);
The set of selected item keys.
UnmodifiableSetView<K> get selectedKeys => UnmodifiableSetView(value.selectedKeys);