getNodeType method
dynamic
getNodeType([
- dynamic builder,
- dynamic output
Implementation
getNodeType([builder, output]) {
return this.inputType;
}
getNodeType([builder, output]) {
return this.inputType;
}