protocol property

String get protocol

Implementation

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

Implementation

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