stringInterpolation abstract method

StringInterpolation stringInterpolation(
  1. List<InterpolationElement> elements
)

Returns a newly created string interpolation expression.

Implementation

StringInterpolation stringInterpolation(List<InterpolationElement> elements);