class Discount { String code; String customer; String status; double amount; Discount({this.code, this.customer, this.amount, this.status}); }