internalCloneWithOwnerDocument method
Implementation
@visibleForTesting
@override
Node internalCloneWithOwnerDocument(Document ownerDocument, bool? deep) =>
Comment.internal(ownerDocument, data ?? '');
@visibleForTesting
@override
Node internalCloneWithOwnerDocument(Document ownerDocument, bool? deep) =>
Comment.internal(ownerDocument, data ?? '');