StringExpression.plain constructor
Returns a string expression with no interpolation.
Implementation
StringExpression.plain(String text, FileSpan span, {bool quotes = false})
: text = Interpolation([text], span),
hasQuotes = quotes;
Returns a string expression with no interpolation.
StringExpression.plain(String text, FileSpan span, {bool quotes = false})
: text = Interpolation([text], span),
hasQuotes = quotes;