getOutputNodes property
Iterable<VSOutputNode>
get
getOutputNodes
Returns all output nodes in the current node data
Implementation
Iterable<VSOutputNode> get getOutputNodes =>
_nodes.values.whereType<VSOutputNode>();