InputNode constructor

InputNode([
  1. dynamic inputType
])

Implementation

InputNode([inputType]) : super(inputType) {
  this.inputType = inputType;

  this.constant = false;
}