ASTLiteralString constructor
ASTLiteralString(})
Implementation
ASTLiteralString(
this._value,
this.quotationLeft,
this.quotationRight, {
super.source,
super.line = 0,
super.column = 0,
super.offset = 0,
super.length = 0,
}) : super(Semantic.literalString);