GitSourceDependency constructor

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

Implementation

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