The inner value of this node.
For YamlScalars, this will return the wrapped value. For YamlMap and YamlList, it will return this, since they already implement Map and List, respectively.
this
@override Map get value => this;