copy method
Copies this node.
Implementation
@override
TRowElement copy() {
return TRowElement(
attributes: attributes,
commented: isCommented,
cells: copyContent(),
headerRow: isHeaderRow);
}
Copies this node.
@override
TRowElement copy() {
return TRowElement(
attributes: attributes,
commented: isCommented,
cells: copyContent(),
headerRow: isHeaderRow);
}