AnalysisResult class

Constructors

AnalysisResult({required List<AssetDetail> assets, required Map<String, String> scanErrors, required DateTime analyzedAt, required String projectRoot})

Properties

analyzedAt DateTime
final
assets List<AssetDetail>
final
hashCode int
The hash code for this object.
no setterinherited
projectRoot String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scanErrors Map<String, String>
final

Methods

getCountByType() Map<String, int>
getIssuesByType() Map<IssueType, List<AssetDetail>>
getLargestAssets(int limit) List<AssetDetail>
getSizeByType() Map<String, int>
getTotalIssues() int
getTotalSize() int
hasIssues() bool
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