GetGitLog constructor

GetGitLog({
  1. required String root,
  2. required String lastCommitId,
  3. required String? currentCommitId,
})

Implementation

GetGitLog({
  required this.root,
  required this.lastCommitId,
  required this.currentCommitId,
});