protocol property

String protocol

Implementation

String get protocol => js_util.getProperty(this, 'protocol');
void protocol=(String newValue)

Implementation

set protocol(String newValue) {
  js_util.setProperty(this, 'protocol', newValue);
}