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