copyAndReplaceMetadata abstract method

DocumentNode copyAndReplaceMetadata(
  1. Map<String, dynamic> newMetadata
)

Returns a copy of this DocumentNode, replacing its existing metadata with newMetadata.

Implementation

DocumentNode copyAndReplaceMetadata(Map<String, dynamic> newMetadata);