host property

String host

Implementation

String get host => js_util.getProperty(this, 'host');
void host=(String newValue)

Implementation

set host(String newValue) {
  js_util.setProperty(this, 'host', newValue);
}