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