addNodeDataCollection method
Add to this model all of the node data held in an Array or in an Iterable of node data objects. @param {Iterable.
Implementation
void addNodeDataCollection(_i2.Object coll) {
_i4.callMethod(
this,
'addNodeDataCollection',
[coll],
);
}