isExpanded method

bool isExpanded(
  1. Object key
)

Implementation

bool isExpanded(Object key) => _expandedKeys.contains(key);