value property
Contents of this node, either a String if this is a TextNode or an EmbeddableObject if this is an EmbedNode.
Implementation
@override
String get value => _value as String;
Contents of this node, either a String if this is a TextNode or an EmbeddableObject if this is an EmbedNode.
@override
String get value => _value as String;