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