inputs property

  1. @override
List<Node<T>> inputs
override

Return the inputs of this node.

Implementation

@override
List<Node<T>> get inputs => _inputs;