menu
anteater package
documentation
debt/debt_aggregator.dart
DebtTrend
isDecreasing property
isDecreasing property
dark_mode
light_mode
isDecreasing
property
bool
get
isDecreasing
Whether debt is decreasing.
Implementation
bool get isDecreasing => costChange < 0;
anteater package
documentation
debt/debt_aggregator
DebtTrend
isDecreasing property
DebtTrend class