RepoSource constructor
RepoSource({})
Implementation
RepoSource({
this.branchName,
this.commitSha,
this.dir,
this.invertRegex,
this.projectId,
this.repoName,
this.tagName,
});
RepoSource({
this.branchName,
this.commitSha,
this.dir,
this.invertRegex,
this.projectId,
this.repoName,
this.tagName,
});