Source constructor
Source({
- String? gitUri,
- RepoSource? repoSource,
- StorageSource? storageSource,
Implementation
Source({
this.gitUri,
this.repoSource,
this.storageSource,
});