copy method

  1. @override
TFOOTElement copy()
override

Copies this node.

Implementation

@override
TFOOTElement copy() {
  return TFOOTElement(
      attributes: attributes, commented: isCommented, rows: copyContent());
}