protocol property

Implementation

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

Implementation

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