Source constructor

Source({
  1. GitSource? gitSource,
  2. RepoSource? repoSource,
  3. StorageSource? storageSource,
  4. StorageSourceManifest? storageSourceManifest,
})

Implementation

Source({
  this.gitSource,
  this.repoSource,
  this.storageSource,
  this.storageSourceManifest,
});