ports property
Iterator<GraphObject>
get
ports
This read-only property returns an iterator over all of the GraphObjects in this node that act as ports.
Implementation
_i3.Iterator<_i3.GraphObject> get ports => _i4.getProperty(
this,
'ports',
);
set
ports
(Iterator<GraphObject> value)
Implementation
set ports(_i3.Iterator<_i3.GraphObject> value) {
_i4.setProperty(
this,
'ports',
value,
);
}