DependencyInfo constructor
const
DependencyInfo({})
Implementation
const DependencyInfo({
required this.name,
this.versionConstraint,
this.resolvedVersion,
required this.source,
this.repositoryUrl,
this.isDev = false,
this.isTransitive = false,
});