Map<String, dynamic> toJson() { return { 'title': title, 'description': description, 'price': price, 'inCollection': inCollection, 'productKind': productKind, 'storeId': storeId, }; }