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