GitSource constructor

GitSource({
  1. String? directory,
  2. String? ref,
  3. String? repo,
})

Implementation

GitSource({
  this.directory,
  this.ref,
  this.repo,
});