pathname property
Implementation
@override
String get pathname {
return location.pathname!;
}
set
pathname
(String newPath)
Implementation
set pathname(String newPath) {
location.pathname = newPath;
}