firstString property
InterpolationString
get
firstString
Return the first element in this interpolation, which is always a string.
The string might be empty if there is no text before the first
interpolation expression (such as in '$foo bar'
).
Implementation
InterpolationString get firstString;