protocol property

String protocol

Gets the protocol of the URL.

Implementation

String get protocol {
  return _protocol;
}