selectedIndices property

Set<int> get selectedIndices

Currently selected indices (unmodifiable view).

Implementation

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