copy method
Return a copy of this node and all its children.
Implementation
@override
XmlCommentSyntheticImpl copy() => XmlCommentSyntheticImpl(text);
Return a copy of this node and all its children.
@override
XmlCommentSyntheticImpl copy() => XmlCommentSyntheticImpl(text);