void retain(Node node) { final key = node.runtimeKey; _refCounts[key] = (_refCounts[key] ?? 0) + 1; }