text property

Interpolation text
final

Interpolation that, when evaluated, produces the contents of this string.

If this is a quoted string, escapes are resolved and quotes are not included in this text (unlike asInterpolation). If it's an unquoted string, escapes are not resolved.

Implementation

final Interpolation text;