Node constructor

Node(
  1. double value, [
  2. String _op = ''
])

Implementation

Node(this.value, [this._op = '']) : grad = 0.0;