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