isExpanded method

bool isExpanded(
  1. TreeNodeId id
)

Implementation

bool isExpanded(TreeNodeId id) => _expanded.contains(id);