ProgressTrackerData class
Immutable snapshot of ProgressTracker data for report generation.
Constructors
-
ProgressTrackerData({required int filesAnalyzed, required int filesWithIssues, required int violationsFound, required int errorCount, required int warningCount, required int infoCount, required Map<
String, int> issuesByFile, required Map<String, int> issuesByRule, required Map<String, String> ruleSeverities}) -
const
Properties
- errorCount → int
-
final
- filesAnalyzed → int
-
final
- filesWithIssues → int
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- infoCount → int
-
final
-
issuesByFile
→ Map<
String, int> -
final
-
issuesByRule
→ Map<
String, int> -
final
-
ruleSeverities
→ Map<
String, String> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- violationsFound → int
-
final
- warningCount → int
-
final
Methods
-
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