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