StringLiteral constructor

const StringLiteral(
  1. String value, {
  2. Span? span,
})

Wraps the raw, escape-preserved value.

Implementation

const StringLiteral(this.value, {this.span});