selectionRange property

Range selectionRange

The range that should be selected and revealed when this symbol is being picked, e.g. the name of a class. Must be contained by the {@link TypeHierarchyItem.range range}-property.

Implementation

_i3.Range get selectionRange => _i5.getProperty(
      this,
      'selectionRange',
    );
void selectionRange=(Range value)

Implementation

set selectionRange(_i3.Range value) {
  _i5.setProperty(
    this,
    'selectionRange',
    value,
  );
}