SkaffoldGitSource constructor

SkaffoldGitSource({
  1. String? path,
  2. String? ref,
  3. String? repo,
})

Implementation

SkaffoldGitSource({this.path, this.ref, this.repo});