More work to make the Expense page arbitrary for re-use.
This commit is contained in:
@ -11,6 +11,9 @@ abstract class TrackedType {
|
||||
required this.description,
|
||||
});
|
||||
|
||||
static String amountText = "Amount";
|
||||
String getAmountText() => amountText;
|
||||
|
||||
@override
|
||||
String toString() {
|
||||
return toMap().toString();
|
||||
|
Reference in New Issue
Block a user