BatchGetCommitsError constructor

BatchGetCommitsError({
  1. String? commitId,
  2. String? errorCode,
  3. String? errorMessage,
})

Implementation

BatchGetCommitsError({
  this.commitId,
  this.errorCode,
  this.errorMessage,
});