The HTMLAnchorElement.href property is a that returns a string containing the whole URL, and allows the href to be updated.
HTMLAnchorElement.href
external String get href;
external set href(String value);