range property

Range range

The range to which this diagnostic applies.

Implementation

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

Implementation

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