Interpolation constructor

Interpolation(
  1. List<String> strings,
  2. List<AST> expressions
)

Implementation

Interpolation(this.strings, this.expressions);