Returns true if this node has a non-null metadata value for the given metadata key, and returns false, otherwise.
true
key
false
bool hasMetadataValue(String key) => _metadata[key] != null;