isExpanded method

bool isExpanded(
  1. NavNodeId id
)

Implementation

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