isItemKeyExpanded method

bool isItemKeyExpanded(
  1. K key
)

Implementation

bool isItemKeyExpanded(K key) => expandedKeys.contains(key);