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