GitSourceDependency constructor

GitSourceDependency({
  1. String? depth,
  2. String? destPath,
  3. bool? recurseSubmodules,
  4. GitSourceRepository? repository,
  5. String? revision,
})

Implementation

GitSourceDependency({
  this.depth,
  this.destPath,
  this.recurseSubmodules,
  this.repository,
  this.revision,
});