value property

  1. @override
List value
override

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
List get value => this;