hasSelectedNodes property

bool get hasSelectedNodes

Returns true if there are AstNodes fully covered by the selection SourceRange.

Implementation

bool get hasSelectedNodes => _selectedNodes.isNotEmpty;