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