AnalyzeDependencies class

Use case responsible for analyzing and optionally removing unused dependencies.

Constructors

AnalyzeDependencies.new(DependencyRepository repository)
Creates an instance of AnalyzeDependencies with the given repository.

Properties

hashCode int
The hash code for this object.
no setterinherited
repository DependencyRepository
Repository that provides dependency data.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

execute({bool fix = false, Set<String>? dependenciesToRemove}) Future<Set<String>>
Executes the dependency analysis.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited