location property - WindowBase class - dart:html library (original) (raw)
LocationBase getlocation
The current location of this window.
Location currentLocation = window.location;
print(currentLocation.href); // 'http://www.example.com:80/'
Implementation
LocationBase get location;