expand method

void expand(
  1. TreeNodeId id
)

Implementation

void expand(TreeNodeId id) {
  if (_expanded.add(id)) notifyListeners();
}