isHighlighted method

bool isHighlighted(
  1. T item
)

Implementation

bool isHighlighted(T item) => highlightedItemIds.contains(item.identifier);