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