expandNode method

void expandNode(
  1. Key key
)

Implementation

void expandNode(Key key) {
  _expanded[key] = true;
}