coveringNode property

AstNode? get coveringNode

Return the AstNode with the shortest length which completely covers the specified selection.

Implementation

AstNode? get coveringNode => _coveringNode;