AnalysisResult class

Analysis result container

Constructors

AnalysisResult({required List<DependencyInfo> dependencies, required List<DuplicateDependency> duplicates, required int totalScanned})

Properties

dependencies → List<DependencyInfo>
final
duplicates → List<DuplicateDependency>
final
hashCode → int
The hash code for this object.
no setterinherited
hasIssues → bool
Check if there are any issues
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
testOnlyDependencies → List<DependencyInfo>
Get test-only dependencies
no setter
totalScanned → int
final
unusedDependencies → List<DependencyInfo>
Get unused dependencies
no setter
usedDependencies → List<DependencyInfo>
Get used dependencies
no setter

Methods

getDependenciesByStatus(DependencyStatus status) → List<DependencyInfo>
Get dependencies by status
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