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