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