Repository constructor
Repository({
- ThirdPartySourceRepository? bitbucket,
- CodeCommitRepository? codeCommit,
- ThirdPartySourceRepository? gitHubEnterpriseServer,
Implementation
Repository({
this.bitbucket,
this.codeCommit,
this.gitHubEnterpriseServer,
});