protocol property
String
get
protocol
The protocol
property of the Location
interface is a string representing the protocol scheme of the URL,
including the final ':'
.
Implementation
external String get protocol;
set
protocol
(String value)
Implementation
external set protocol(String value);