port property

String port

Implementation

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

Implementation

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