DiffHunk constructor
const
DiffHunk({})
Implementation
const DiffHunk({
required this.oldStart,
required this.oldLines,
required this.newStart,
required this.newLines,
required this.lines,
});
const DiffHunk({
required this.oldStart,
required this.oldLines,
required this.newStart,
required this.newLines,
required this.lines,
});