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