DebtTypeSummary class

Summary for a specific debt type.

Constructors

DebtTypeSummary({required DebtType type, required int count, required double cost})
const

Properties

cost double
Total cost for this type.
final
count int
Number of items of this type.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type DebtType
The debt type.
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