copy method
Copies this node.
Implementation
@override
SELECTElement copy() {
return SELECTElement(
attributes: attributes, options: content, commented: isCommented);
}
Copies this node.
@override
SELECTElement copy() {
return SELECTElement(
attributes: attributes, options: content, commented: isCommented);
}