Converts this BillItem to a JSON format.
Map<String, dynamic> toJson() { return { 'itemId': itemId, 'description': description, 'quantity': quantity, 'price': price, }; }