Map<String, dynamic> to_json() { return { 'name': name, 'image': image_src, 'price': price, 'description': description, }; }