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