addInputPort method
Adds an input port to the node.
Implementation
void addInputPort(Port port) {
runInAction(() {
inputPorts.add(port);
});
}
Adds an input port to the node.
void addInputPort(Port port) {
runInAction(() {
inputPorts.add(port);
});
}