class Expenses { String type; String amount; String percentage; Expenses({ this.type, this.amount, this.percentage, }); }