selectedNodes property
List<AstNode>
get
selectedNodes
Return the AstNodes fully covered by the selection SourceRange.
Implementation
List<AstNode> get selectedNodes {
return _selectedNodes;
}
Return the AstNodes fully covered by the selection SourceRange.
List<AstNode> get selectedNodes {
return _selectedNodes;
}