copy method
Copies this node.
Implementation
@override
INPUTElement copy() {
return INPUTElement(attributes: attributes, commented: isCommented);
}
Copies this node.
@override
INPUTElement copy() {
return INPUTElement(attributes: attributes, commented: isCommented);
}