StringExpression constructor
StringExpression(
- Interpolation text, {
- bool quotes = false,
Implementation
StringExpression(this.text, {bool quotes = false}) : hasQuotes = quotes;