BatchGetCommitsOutput constructor

BatchGetCommitsOutput({
  1. List<Commit>? commits,
  2. List<BatchGetCommitsError>? errors,
})

Implementation

BatchGetCommitsOutput({
  this.commits,
  this.errors,
});