port property
The HTMLAreaElement.port property is a
string containing the port number of the URL. If the URL does not
contain an explicit port number, it will be set to ''.
Implementation
external String get port;
Implementation
external set port(String value);