SkaffoldGCBRepoSource constructor

SkaffoldGCBRepoSource({
  1. String? path,
  2. String? ref,
  3. String? repository,
})

Implementation

SkaffoldGCBRepoSource({
  this.path,
  this.ref,
  this.repository,
});