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