path property

String get path

Path is the /some/path part of http://www.example.com/some/path?query#fragment.

Implementation

_i2.String get path => _i5.getProperty(
      this,
      'path',
    );