YamlScalar.internal constructor

YamlScalar.internal(
  1. dynamic value,
  2. ScalarEvent scalar
)

Users of the library should not use this constructor.

Implementation

YamlScalar.internal(this.value, ScalarEvent scalar)
    : style = scalar.style,
      super._(scalar.span);