isItemSelected method

bool isItemSelected(
  1. T item
)

Implementation

bool isItemSelected(T item) {
  return _selectedItems.contains(item);
}