port property
String
get
port
The port
property of the Location
interface 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);