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