value property
dynamic
get
value
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.
Implementation
dynamic get value;