leftBracket property
Token
get
leftBracket
Return the token used to introduce the interpolation expression; either '$' if the expression is a simple identifier or '${' if the expression is a full expression.
Implementation
Token get leftBracket;