stoppedLocation property

Range get stoppedLocation

The document range where execution has stopped. Typically the end position of the range denotes the line where the inline values are shown.

Implementation

_i3.Range get stoppedLocation => _i5.getProperty(
      this,
      'stoppedLocation',
    );