FileDebtSummary class

Summary of debt for a single file.

Constructors

FileDebtSummary({required String filePath, required int itemCount, required double totalCost, required Map<DebtType, int> countByType})
const

Properties

countByType Map<DebtType, int>
Breakdown by type for this file.
final
filePath String
Path to the file.
final
hashCode int
The hash code for this object.
no setterinherited
itemCount int
Number of debt items in this file.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalCost double
Total cost for this file.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Convert to JSON map.
toString() String
A string representation of this object.
override

Operators

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