pathname property

String pathname

Implementation

String get pathname => js_util.getProperty(this, 'pathname');
void pathname=(String newValue)

Implementation

set pathname(String newValue) {
  js_util.setProperty(this, 'pathname', newValue);
}