port property

String port

Returns the hyperlink's URL's port.

Can be set, to change the URL's port.

MDN Reference

Implementation

_i2.String get port => _i4.getProperty(
      this,
      'port',
    );
void port=(String value)

Implementation

set port(_i2.String value) {
  _i4.setProperty(
    this,
    'port',
    value,
  );
}