selectedIndices property

Set<int> get selectedIndices

Gets the selected indices.

Implementation

Set<int> get selectedIndices => Set.unmodifiable(_selected);