pathname property
URLPatternComponentResult
get
pathname
Implementation
URLPatternComponentResult get pathname =>
js_util.getProperty(this, 'pathname');
set
pathname
(URLPatternComponentResult newValue)
Implementation
set pathname(URLPatternComponentResult newValue) {
js_util.setProperty(this, 'pathname', newValue);
}