CodeMatch constructor
CodeMatch({})
Implementation
CodeMatch({
required this.filePath,
required this.relativePath,
required this.lineNumber,
required this.line,
required this.start,
required this.end,
});