copy method

  1. @override
INPUTElement copy()
override

Copies this node.

Implementation

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