value property

  1. @override
dynamic value
final

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

@override
final dynamic value;