GitFileDiff constructor
const
GitFileDiff({})
Implementation
const GitFileDiff({
this.oldPath,
this.newPath,
required this.hunks,
this.isNew = false,
this.isDeleted = false,
this.isRenamed = false,
});
const GitFileDiff({
this.oldPath,
this.newPath,
required this.hunks,
this.isNew = false,
this.isDeleted = false,
this.isRenamed = false,
});