Source constructor

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

Implementation

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