host property
String
get
host
Implementation
_i2.String get host => _i4.getProperty(
this,
'host',
);
set
host
(String value)
Implementation
set host(_i2.String value) {
_i4.setProperty(
this,
'host',
value,
);
}