isSelected method

bool isSelected(
  1. T item
)

Implementation

bool isSelected(T item) => selectedItemIds.contains(item.identifier);