selectedIndexes property
Gets or sets selected indexes in the list.
Multiple indexes will be selected only when multiSelect property is enabled, Otherwise only the first index in the collection will be selected.
Implementation
List<int> get selectedIndexes => _helper.selectedIndexes;