NodeVar constructor
NodeVar(
- dynamic name,
- dynamic type
Implementation
NodeVar(name, type) {
this.name = name;
this.type = type;
}
NodeVar(name, type) {
this.name = name;
this.type = type;
}