uri property

Uri? get uri

URI this TestItem is associated with. May be a file or directory.

Implementation

_i3.Uri? get uri => _i5.getProperty(
      this,
      'uri',
    );