Map<String, dynamic> toJson() { final amount = this.amount; final unit = this.unit; return { 'Amount': amount, 'Unit': unit, }; }