RepoId constructor
RepoId({
- ProjectRepoId? projectRepoId,
- String? uid,
Implementation
RepoId({this.projectRepoId, this.uid});
RepoId({this.projectRepoId, this.uid});