ShowDiffBetweenCommitsInitializer constructor
ShowDiffBetweenCommitsInitializer({})
Implementation
ShowDiffBetweenCommitsInitializer({
required this.thisBranchName,
required this.thisCommitSha,
required this.otherBranchName,
required this.otherCommitSha,
});