ScalarToken constructor

ScalarToken(
  1. FileSpan span,
  2. String value,
  3. ScalarStyle style
)

Implementation

ScalarToken(this.span, this.value, this.style);