isHighlightedId method

bool isHighlightedId(
  1. String id
)

Implementation

bool isHighlightedId(String id) => highlightedItemIds.contains(id);