port property

Implementation

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

Implementation

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