Dependency constructor

Dependency({
  1. bool? empty,
  2. GitSourceDependency? gitSource,
})

Implementation

Dependency({
  this.empty,
  this.gitSource,
});