selectedValues property
List<T>
get
selectedValues
Convenience — the T values of the currently selected items.
Implementation
List<T> get selectedValues => selectedItems.map((i) => i.value).toList();
Convenience — the T values of the currently selected items.
List<T> get selectedValues => selectedItems.map((i) => i.value).toList();