I have Expense Model,
class Expense { String id; String amount; String details; String type; DateTime date; ExpenseMode mode; Expen