selectedValues property

Set<Key> selectedValues

Implementation

Set<Key> get selectedValues =>
    Set.unmodifiable(_selectedValues.map((e) => e.key));