RepoSource constructor
RepoSource({})
Implementation
RepoSource({
this.branchName,
this.tagName,
this.commitSha,
this.projectId = '',
this.repoName = '',
this.dir = '',
this.invertRegex = false,
}) : super(fullyQualifiedName);