contents property
The contents of this interpolation.
This contains Strings and Expressions. It never contains two adjacent Strings.
Implementation
final List<Object /* String | Expression */ > contents;
The contents of this interpolation.
This contains Strings and Expressions. It never contains two adjacent Strings.
final List<Object /* String | Expression */ > contents;