CommitDiff constructor
CommitDiff({})
Implementation
CommitDiff({
required this.filesDiff,
required this.thisCommit,
required this.otherCommit,
required this.statistic,
});
CommitDiff({
required this.filesDiff,
required this.thisCommit,
required this.otherCommit,
required this.statistic,
});