Map<String, dynamic> mapCartItem(CartItem input) { return { "itemId": input.itemId, "price": input.price, "quantity": input.quantity, }; }