findNode method
Returns the AstNode
that encloses the given offset
.
Implementation
AstNode? findNode(int offset) => _unit.nodeCovering(offset: offset);
Returns the AstNode
that encloses the given offset
.
AstNode? findNode(int offset) => _unit.nodeCovering(offset: offset);