StringExpression constructor

StringExpression(
  1. Interpolation text, {
  2. bool quotes = false,
})

Implementation

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