pickedItems property

Set<String> get pickedItems

Implementation

Set<String> get pickedItems {
  return _pickedItems;
}