inputsValues property

List<T> inputsValues

Return the inputs values of this node.

Implementation

List<T> get inputsValues => _inputs.toListOfValues();