getSemanticsNode method

SemanticsNode? getSemanticsNode(
  1. int id
)

Returns the SemanticsNode with the given id, if any.

Implementation

SemanticsNode? getSemanticsNode(int id) => _nodes[id];