port property
String
get
port
Implementation
String get port => js_util.getProperty(this, 'port');
set
port
(String newValue)
Implementation
set port(String newValue) {
js_util.setProperty(this, 'port', newValue);
}