leftBracket property

Token get leftBracket

The token used to introduce the interpolation expression.

This will either be $ if the expression is a simple identifier or ${ if the expression is a full expression.

Implementation

Token get leftBracket;