StringInterpolation constructor

StringInterpolation(
  1. List<Expression?>? elements,
  2. String? sourceString, {
  3. Map? ast,
})

Implementation

StringInterpolation(this.elements, this.sourceString, {Map? ast})
    : super(ast: ast);