protocol property
URLPatternComponentResult
get
protocol
Implementation
URLPatternComponentResult get protocol =>
js_util.getProperty(this, 'protocol');
set
protocol
(URLPatternComponentResult newValue)
Implementation
set protocol(URLPatternComponentResult newValue) {
js_util.setProperty(this, 'protocol', newValue);
}