getByKey method

Node? getByKey(
  1. Key key
)

Checks if a node with this exact runtimeKey already exists.

Implementation

Node? getByKey(Key key) => _nodes[key];