copy method

  1. @override
TEXTAREAElement copy()
override

Copies this node.

Implementation

@override
TEXTAREAElement copy() {
  return TEXTAREAElement(
      attributes: attributes, content: content, commented: isCommented);
}