ports property

Implementation

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

Implementation

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