Dependency constructor

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

Implementation

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