Source constructor

Source({
  1. StorageSource? storageSource,
  2. RepoSource? repoSource,
  3. String? gitUri,
})

Implementation

Source({this.storageSource, this.repoSource, this.gitUri})
  : super(fullyQualifiedName);