selectedKeys property

UnmodifiableSetView<K> get selectedKeys

The set of selected item keys.

Implementation

UnmodifiableSetView<K> get selectedKeys => UnmodifiableSetView(value.selectedKeys);