isHighlighted method

bool isHighlighted(
  1. String id
)

Implementation

bool isHighlighted(String id) => highlightedIds.contains(id);