isItemKeySelected method

bool isItemKeySelected(
  1. K key
)

Implementation

bool isItemKeySelected(K key) => selectedKeys.contains(key);