StringLiteralInfo constructor
StringLiteralInfo({})
Implementation
StringLiteralInfo({
required this.content,
required this.lineNumber,
this.columnNumber = 0,
this.isInterpolated = false,
this.parentNode,
this.constructorName,
this.argumentName,
required this.offset,
required this.length,
this.variables = const [],
});