On this page
hostname property
String hostnameSource
@DomName('URL.hostname')
@DocsEditable()
@Experimental() // untriaged
String get hostname => _blink.BlinkURL.instance.hostname_Getter_(this);
void hostname=(Source
@DomName('URL.hostname')
@DocsEditable()
@Experimental() // untriaged
set hostname(String value) =>
_blink.BlinkURL.instance.hostname_Setter_(this, value);
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/Url/hostname.html