ScalarToken constructor
ScalarToken(
- FileSpan span,
- String value,
- ScalarStyle style
Implementation
ScalarToken(this.span, this.value, this.style);
ScalarToken(this.span, this.value, this.style);