selectedIndices property

Set<int> get selectedIndices

Returns an unmodifiable view of selected indices.

Implementation

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