selectedValues property
Gets or sets the selected values in the list.
Multiple values will be selected only when multiSelect property is enabled, Otherwise only the first value in the collection will be selected.
Implementation
List<String> get selectedValues => _helper.selectedValues;