ScalarEvent constructor

ScalarEvent(
  1. FileSpan span,
  2. String value,
  3. ScalarStyle style, {
  4. String? anchor,
  5. String? tag,
})

Implementation

ScalarEvent(this.span, this.value, this.style, {this.anchor, this.tag});