YamlScalar.internalWithSpan constructor
YamlScalar.internalWithSpan(
- dynamic value,
- SourceSpan span
Users of the library should not use this constructor.
Implementation
YamlScalar.internalWithSpan(this.value, SourceSpan span) : style = ScalarStyle.ANY, super._(span);