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