SkaffoldModules constructor

SkaffoldModules({
  1. List<String>? configs,
  2. SkaffoldGitSource? git,
  3. SkaffoldGCBRepoSource? googleCloudBuildRepo,
  4. SkaffoldGCSSource? googleCloudStorage,
})

Implementation

SkaffoldModules({
  this.configs,
  this.git,
  this.googleCloudBuildRepo,
  this.googleCloudStorage,
});