leftBracket property

Token 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;