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