host property

String get host

Implementation

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

Implementation

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