More work to make the Expense page arbitrary for re-use.

This commit is contained in:
2025-02-11 15:16:46 -07:00
parent bea9a4bc36
commit 737264fa2f
4 changed files with 44 additions and 29 deletions

View File

@ -11,6 +11,9 @@ abstract class TrackedType {
required this.description,
});
static String amountText = "Amount";
String getAmountText() => amountText;
@override
String toString() {
return toMap().toString();