Dependency constructor
Dependency({
- bool? empty,
- GitSourceDependency? gitSource,
Implementation
Dependency({
this.empty,
this.gitSource,
});
Dependency({
this.empty,
this.gitSource,
});