href property
String
get
href
The href
property of the URL interface is
a string containing the whole URL.
Implementation
external String get href;
set
href
(String value)
Implementation
external set href(String value);