pathname property

The matched result for the pathname matcher.

Implementation

_i3.URLPatternComponentResult get pathname => _i4.getProperty(
      this,
      'pathname',
    );
set pathname (URLPatternComponentResult value)

Implementation

set pathname(_i3.URLPatternComponentResult value) {
  _i4.setProperty(
    this,
    'pathname',
    value,
  );
}