resolveNode property

Node? Function(LocalId id)? resolveNode
getter/setter pair

Resolves a document node id to its realized Node. Set by the realizer once its node map exists; null in contexts without one.

Implementation

Node? Function(LocalId id)? resolveNode;