InputNode constructor
InputNode([
- dynamic inputType
Implementation
InputNode([inputType]) : super(inputType) {
this.inputType = inputType;
this.constant = false;
}
InputNode([inputType]) : super(inputType) {
this.inputType = inputType;
this.constant = false;
}