Source constructor

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

Implementation

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