ScalarEvent constructor
ScalarEvent(
- FileSpan span,
- String value,
- ScalarStyle style, {
- String? anchor,
- String? tag,
Implementation
ScalarEvent(this.span, this.value, this.style, {this.anchor, this.tag});