outputsValues property

List<T> outputsValues

Return the outputs values of this node.

Implementation

List<T> get outputsValues => _outputs.toListOfValues();