AnalyzeDependencies constructor

AnalyzeDependencies(
  1. DependencyRepository repository
)

Creates an instance of AnalyzeDependencies with the given repository.

Implementation

AnalyzeDependencies(this.repository);