hostname property
URLPatternComponentResult
get
hostname
Implementation
URLPatternComponentResult get hostname =>
js_util.getProperty(this, 'hostname');
set
hostname
(URLPatternComponentResult newValue)
Implementation
set hostname(URLPatternComponentResult newValue) {
js_util.setProperty(this, 'hostname', newValue);
}