range property

Range? get range

Location of the test item in its {@link TestItem.uri uri}.

This is only meaningful if the uri points to a file.

Implementation

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

Implementation

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