hostname property
URLPatternComponentResult
get
hostname
The matched result for the hostname
matcher.
Implementation
_i3.URLPatternComponentResult get hostname => _i4.getProperty(
this,
'hostname',
);
set
hostname
(URLPatternComponentResult value)
Implementation
set hostname(_i3.URLPatternComponentResult value) {
_i4.setProperty(
this,
'hostname',
value,
);
}