Dependencies constructor
const
Dependencies({
- List<
GitDependency> ? gitDependencies, - List<
PathDependency> ? pathDependencies, - List<
HostedDependency> ? hostedDependencies, - List<
NormalDependency> ? normalDependencies, - List<
SdkDependency> ? sdkDependencies,
Implementation
const Dependencies({
this.gitDependencies,
this.pathDependencies,
this.hostedDependencies,
this.normalDependencies,
this.sdkDependencies,
});