YamlScalar.internal constructor
YamlScalar.internal(
- dynamic value,
- ScalarEvent scalar
Users of the library should not use this constructor.
Implementation
YamlScalar.internal(this.value, ScalarEvent scalar)
: style = scalar.style,
super._(scalar.span);