isGroupExpanded method

bool isGroupExpanded(
  1. String id
)

Implementation

bool isGroupExpanded(String id) => _expandedGroups.contains(id);