StringLiteralExpression constructor

const StringLiteralExpression(
  1. StringLiteral literal, {
  2. Span? span,
})

Wraps the literal.

Implementation

const StringLiteralExpression(this.literal, {this.span});