ShowDiffBetweenCommitsInitializer constructor

ShowDiffBetweenCommitsInitializer({
  1. required String? thisBranchName,
  2. required String? thisCommitSha,
  3. required String otherBranchName,
  4. required String? otherCommitSha,
})

Implementation

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