addVertex method
Adds a LayoutVertex to the network. @param {LayoutVertex} vertex
Implementation
void addVertex(_i3.LayoutVertex vertex) {
_i4.callMethod(
this,
'addVertex',
[vertex],
);
}
Adds a LayoutVertex to the network. @param {LayoutVertex} vertex
void addVertex(_i3.LayoutVertex vertex) {
_i4.callMethod(
this,
'addVertex',
[vertex],
);
}