DependencyGraphMetrics constructor
const
DependencyGraphMetrics({})
Creates graph metrics for a dependency.
Implementation
const DependencyGraphMetrics({
required this.maxDepth,
required this.transitiveCount,
required this.directDependents,
required this.paths,
required this.centrality,
});