StringLiteralVisitor<R> constructor
StringLiteralVisitor<R> ({
- required String filePath,
- required CompilationUnit unit,
- required void foundStringLiteral(
- FoundStringLiteral foundStringLiteral
Implementation
StringLiteralVisitor({
required this.filePath,
required this.unit,
required this.foundStringLiteral,
}) : lineInfo = unit.lineInfo;