ASTStringInterpolation constructor
ASTStringInterpolation(})
Implementation
ASTStringInterpolation(
this.text,
this.quotationLeft,
this.quotationRight,
this.interpolations, {
super.source,
super.line = 0,
super.column = 0,
super.offset = 0,
super.length = 0,
}) : super(Semantic.literalStringInterpolation) {
// for (final ast in interpolations) {
// ast.parent = this;
// }
}