firstString property

InterpolationString get firstString

The first element in this interpolation, which is always a string.

The string might be empty if there's no text before the first interpolation expression (such as in '$foo bar').

Implementation

InterpolationString get firstString;