StringLiteralExpression constructor
const
StringLiteralExpression(
- StringLiteral literal, {
- Span? span,
Wraps the literal.
Implementation
const StringLiteralExpression(this.literal, {this.span});