protocols property

Iterable<String> protocols

Implementation

Iterable<String> get protocols => js_util.getProperty(this, 'protocols');
void protocols=(Iterable<String> newValue)

Implementation

set protocols(Iterable<String> newValue) {
  js_util.setProperty(this, 'protocols', newValue);
}