ports property
Iterable<MessagePort>
get
ports
Implementation
Iterable<MessagePort> get ports => js_util.getProperty(this, 'ports');
set
ports
(Iterable<MessagePort> newValue)
Implementation
set ports(Iterable<MessagePort> newValue) {
js_util.setProperty(this, 'ports', newValue);
}