port property
String
get
port
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;
set
port
(String value)
Implementation
external set port(String value);