range property

Range range

The range to which this hover applies. When missing, the editor will use the range at the current position or the current position itself.

Implementation

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

Implementation

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