isExpanded method

bool isExpanded(
  1. K key
)

Implementation

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