RepoId constructor

RepoId({
  1. ProjectRepoId? projectRepoId,
  2. String? uid,
})

Implementation

RepoId({
  this.projectRepoId,
  this.uid,
});