port property

int? port

Implementation

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

Implementation

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