isSelected method

bool isSelected(
  1. T item
)

Implementation

bool isSelected(T item) => _selected.contains(identity(item));