selected property

Set<T> selected

Return all options that currently selected.

Implementation

Set<T> get selected {
  return _constrainedSelected().map((k) => _options[k]!).toSet();
}