menu
vyuh_node_flow package
documentation
nodes/node.dart
Node<T>
inputPorts property
inputPorts property
dark_mode
light_mode
inputPorts
property
ObservableList
<
Port
>
inputPorts
final
Observable list of input ports for incoming connections.
Implementation
final ObservableList<Port> inputPorts;
vyuh_node_flow package
documentation
nodes/node
Node<T>
inputPorts property
Node class