YamlScalar.internalWithSpan constructor

YamlScalar.internalWithSpan(
  1. dynamic value,
  2. SourceSpan span
)

Users of the library should not use this constructor.

Implementation

YamlScalar.internalWithSpan(this.value, SourceSpan span)
    : style = ScalarStyle.ANY,
      super._(span);